├── Documentation ├── Scripts │ ├── Advanced_Scripts.md │ ├── How_do_scripts_work.md │ ├── Information_Storage.md │ ├── Lists.md │ ├── Math.md │ ├── Messaging.md │ ├── Miscellaneous_Javascript.md │ ├── Time.md │ └── Webhooks.md ├── Troubleshooting │ ├── Error-Action_does_not_exist.md │ ├── Error-Bot_token_is_being_overwritten.md │ ├── Error-Bot_wont_do_what_I_want.md │ ├── Error-Cannot_add_roles_to_user.md │ ├── Error-Cannot_find_Module.md │ ├── Error-DBM_window_off_screen.md │ ├── Error-DBM_wont_start.md │ ├── Error-FFMPEG_not_working.md │ ├── Error-Member_Join_and_Leave_events_broken.md │ ├── Error-Search_bar_doesnt_work.md │ ├── Error-Syntax_Error-Block_Scoped.md │ ├── Error-The_application_did_not_respond.md │ ├── Error-There_was_an_error_parsing_(filename).md │ ├── Error-Uncaught_or_Unspecific_error_event.md │ └── Error-Unexpected_token.md └── Tutorials │ ├── API_Abuse.md │ ├── Adding_a_role_on_join.md │ ├── Can_I_have_a_space_between_my_prefix_and_command.md │ ├── Can_I_run_two_bots_at_the_same_time.md │ ├── Check_Variable_(CaSe_InSeNsItIvE).md │ ├── Custom_Command_Categories.md │ ├── Embed_Messages.md │ ├── Finding_a_user_with_some_parts_of_their_name.md │ ├── Generating_a_random_response.md │ ├── How_to_Take_a_Screenshot.md │ ├── How_to_make_a_Say_command.md │ ├── How_to_make_an_Info_command.md │ ├── Lists_and_Loops.md │ ├── Restarting_Automatically.md │ ├── Running_Your_Bot_247.md │ ├── Running_via_Command_Prompt.md │ ├── Set_bot_activity_to_show_number_of_servers.md │ ├── Stopping_the_Bot.md │ ├── Store_Command_Parameters.md │ ├── Storing_Member_Data_(Numbers).md │ ├── Update_your_bot_to_Discord.js_v12.md │ ├── Update_your_bot_to_Discord.js_v13.md │ ├── Use_@botname_to_trigger_the_bot.md │ ├── Using_Folders.md │ ├── VPS_Tutorials.md │ ├── Variables.md │ ├── What_language_is_DBM.md │ └── Working_with_time.md ├── README.md ├── actions.md ├── raw.md ├── raws ├── BakeCookiesMEMBERDATA.txt ├── ServerTime.txt ├── _readme.md ├── callback.txt ├── imagerandomRAW.txt ├── raw.md └── shop.txt └── screenshots ├── DBM1_6_0Demo.gif ├── DBM1_6_0Intents.gif ├── DBM1_6_0Intents2.gif ├── DBM2_0Demo.gif ├── DBM2_0Intents1.gif ├── DBM2_0Intents2.gif ├── HowToScript1.PNG ├── HowToScript2.PNG ├── actions ├── callcommandevent.PNG ├── controlvariable.PNG ├── endactionsequence.PNG ├── generaterandomnumber.PNG ├── runscript.PNG ├── storecommandparams.PNG ├── text.txt └── wait.PNG ├── activity.png ├── autorole1.PNG ├── autorole2.PNG ├── category.PNG ├── dmall.png ├── embedexplanation.png ├── embedtest.png ├── embedtest1.png ├── embedtest2.png ├── embedtest3.png ├── embedtest4.png ├── embedtest5.png ├── embedtest6.png ├── filezilla_2018-03-29_15-21-09.png ├── filezilla_2018-03-29_15-24-25.png ├── foldericon_1.png ├── foldericon_2.png ├── foldericon_3.png ├── folderoptions.png ├── folders.png ├── loops.PNG ├── maindbm.PNG ├── parseInt1.PNG ├── parseInt2.PNG ├── ping1.png ├── ping3.PNG ├── prefixspace.png ├── putty_2018-03-29_15-59-08.png ├── randtext.png ├── randtext2.png ├── rndtextlist1.PNG ├── rndtextlist2.PNG ├── rndtextlist3.PNG ├── rndtextlist4.PNG ├── rndtextlist5.PNG ├── rndtextlist6.PNG ├── rndtextlist7.PNG ├── roleexamplenew.png ├── rolelist1.jpg ├── say1.PNG ├── say2.PNG ├── say3.PNG ├── say4.PNG ├── say5.PNG ├── screenshots-1.png ├── screenshots-2.png ├── screenshots-3.png ├── screenshots-4.png ├── scriptex.png ├── stopping.png ├── stopping2.png ├── storeparams.png ├── thinking.png ├── thinking2.png ├── unused ├── Discord_2018-07-05_17-33-29.png ├── addmemberrole_example.jpg ├── autorole2_old.PNG ├── findmemberrole_example.jpg ├── findrole.png ├── import.png ├── nerdbot.png ├── roleexample2.JPG └── timetest1.png ├── vncviewer_2018-03-29_15-44-49.png ├── vncviewer_2018-03-29_15-47-11.png └── vncviewer_2018-03-29_15-48-51.png /Documentation/Scripts/Advanced_Scripts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Scripts/Advanced_Scripts.md -------------------------------------------------------------------------------- /Documentation/Scripts/How_do_scripts_work.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Scripts/How_do_scripts_work.md -------------------------------------------------------------------------------- /Documentation/Scripts/Information_Storage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Scripts/Information_Storage.md -------------------------------------------------------------------------------- /Documentation/Scripts/Lists.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Scripts/Lists.md -------------------------------------------------------------------------------- /Documentation/Scripts/Math.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Scripts/Math.md -------------------------------------------------------------------------------- /Documentation/Scripts/Messaging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Scripts/Messaging.md -------------------------------------------------------------------------------- /Documentation/Scripts/Miscellaneous_Javascript.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Scripts/Miscellaneous_Javascript.md -------------------------------------------------------------------------------- /Documentation/Scripts/Time.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Scripts/Time.md -------------------------------------------------------------------------------- /Documentation/Scripts/Webhooks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Scripts/Webhooks.md -------------------------------------------------------------------------------- /Documentation/Troubleshooting/Error-Action_does_not_exist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Troubleshooting/Error-Action_does_not_exist.md -------------------------------------------------------------------------------- /Documentation/Troubleshooting/Error-Bot_token_is_being_overwritten.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Troubleshooting/Error-Bot_token_is_being_overwritten.md -------------------------------------------------------------------------------- /Documentation/Troubleshooting/Error-Bot_wont_do_what_I_want.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Troubleshooting/Error-Bot_wont_do_what_I_want.md -------------------------------------------------------------------------------- /Documentation/Troubleshooting/Error-Cannot_add_roles_to_user.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Troubleshooting/Error-Cannot_add_roles_to_user.md -------------------------------------------------------------------------------- /Documentation/Troubleshooting/Error-Cannot_find_Module.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Troubleshooting/Error-Cannot_find_Module.md -------------------------------------------------------------------------------- /Documentation/Troubleshooting/Error-DBM_window_off_screen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Troubleshooting/Error-DBM_window_off_screen.md -------------------------------------------------------------------------------- /Documentation/Troubleshooting/Error-DBM_wont_start.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Troubleshooting/Error-DBM_wont_start.md -------------------------------------------------------------------------------- /Documentation/Troubleshooting/Error-FFMPEG_not_working.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Troubleshooting/Error-FFMPEG_not_working.md -------------------------------------------------------------------------------- /Documentation/Troubleshooting/Error-Member_Join_and_Leave_events_broken.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Troubleshooting/Error-Member_Join_and_Leave_events_broken.md -------------------------------------------------------------------------------- /Documentation/Troubleshooting/Error-Search_bar_doesnt_work.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Troubleshooting/Error-Search_bar_doesnt_work.md -------------------------------------------------------------------------------- /Documentation/Troubleshooting/Error-Syntax_Error-Block_Scoped.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Troubleshooting/Error-Syntax_Error-Block_Scoped.md -------------------------------------------------------------------------------- /Documentation/Troubleshooting/Error-The_application_did_not_respond.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Troubleshooting/Error-The_application_did_not_respond.md -------------------------------------------------------------------------------- /Documentation/Troubleshooting/Error-There_was_an_error_parsing_(filename).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Troubleshooting/Error-There_was_an_error_parsing_(filename).md -------------------------------------------------------------------------------- /Documentation/Troubleshooting/Error-Uncaught_or_Unspecific_error_event.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Troubleshooting/Error-Uncaught_or_Unspecific_error_event.md -------------------------------------------------------------------------------- /Documentation/Troubleshooting/Error-Unexpected_token.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Troubleshooting/Error-Unexpected_token.md -------------------------------------------------------------------------------- /Documentation/Tutorials/API_Abuse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Tutorials/API_Abuse.md -------------------------------------------------------------------------------- /Documentation/Tutorials/Adding_a_role_on_join.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Tutorials/Adding_a_role_on_join.md -------------------------------------------------------------------------------- /Documentation/Tutorials/Can_I_have_a_space_between_my_prefix_and_command.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Tutorials/Can_I_have_a_space_between_my_prefix_and_command.md -------------------------------------------------------------------------------- /Documentation/Tutorials/Can_I_run_two_bots_at_the_same_time.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Tutorials/Can_I_run_two_bots_at_the_same_time.md -------------------------------------------------------------------------------- /Documentation/Tutorials/Check_Variable_(CaSe_InSeNsItIvE).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Tutorials/Check_Variable_(CaSe_InSeNsItIvE).md -------------------------------------------------------------------------------- /Documentation/Tutorials/Custom_Command_Categories.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Tutorials/Custom_Command_Categories.md -------------------------------------------------------------------------------- /Documentation/Tutorials/Embed_Messages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Tutorials/Embed_Messages.md -------------------------------------------------------------------------------- /Documentation/Tutorials/Finding_a_user_with_some_parts_of_their_name.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Tutorials/Finding_a_user_with_some_parts_of_their_name.md -------------------------------------------------------------------------------- /Documentation/Tutorials/Generating_a_random_response.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Tutorials/Generating_a_random_response.md -------------------------------------------------------------------------------- /Documentation/Tutorials/How_to_Take_a_Screenshot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Tutorials/How_to_Take_a_Screenshot.md -------------------------------------------------------------------------------- /Documentation/Tutorials/How_to_make_a_Say_command.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Tutorials/How_to_make_a_Say_command.md -------------------------------------------------------------------------------- /Documentation/Tutorials/How_to_make_an_Info_command.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Tutorials/How_to_make_an_Info_command.md -------------------------------------------------------------------------------- /Documentation/Tutorials/Lists_and_Loops.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Tutorials/Lists_and_Loops.md -------------------------------------------------------------------------------- /Documentation/Tutorials/Restarting_Automatically.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Tutorials/Restarting_Automatically.md -------------------------------------------------------------------------------- /Documentation/Tutorials/Running_Your_Bot_247.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Tutorials/Running_Your_Bot_247.md -------------------------------------------------------------------------------- /Documentation/Tutorials/Running_via_Command_Prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Tutorials/Running_via_Command_Prompt.md -------------------------------------------------------------------------------- /Documentation/Tutorials/Set_bot_activity_to_show_number_of_servers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Tutorials/Set_bot_activity_to_show_number_of_servers.md -------------------------------------------------------------------------------- /Documentation/Tutorials/Stopping_the_Bot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Tutorials/Stopping_the_Bot.md -------------------------------------------------------------------------------- /Documentation/Tutorials/Store_Command_Parameters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Tutorials/Store_Command_Parameters.md -------------------------------------------------------------------------------- /Documentation/Tutorials/Storing_Member_Data_(Numbers).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Tutorials/Storing_Member_Data_(Numbers).md -------------------------------------------------------------------------------- /Documentation/Tutorials/Update_your_bot_to_Discord.js_v12.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Tutorials/Update_your_bot_to_Discord.js_v12.md -------------------------------------------------------------------------------- /Documentation/Tutorials/Update_your_bot_to_Discord.js_v13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Tutorials/Update_your_bot_to_Discord.js_v13.md -------------------------------------------------------------------------------- /Documentation/Tutorials/Use_@botname_to_trigger_the_bot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Tutorials/Use_@botname_to_trigger_the_bot.md -------------------------------------------------------------------------------- /Documentation/Tutorials/Using_Folders.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Tutorials/Using_Folders.md -------------------------------------------------------------------------------- /Documentation/Tutorials/VPS_Tutorials.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Tutorials/VPS_Tutorials.md -------------------------------------------------------------------------------- /Documentation/Tutorials/Variables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Tutorials/Variables.md -------------------------------------------------------------------------------- /Documentation/Tutorials/What_language_is_DBM.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Tutorials/What_language_is_DBM.md -------------------------------------------------------------------------------- /Documentation/Tutorials/Working_with_time.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/Documentation/Tutorials/Working_with_time.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/README.md -------------------------------------------------------------------------------- /actions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/actions.md -------------------------------------------------------------------------------- /raw.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/raw.md -------------------------------------------------------------------------------- /raws/BakeCookiesMEMBERDATA.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/raws/BakeCookiesMEMBERDATA.txt -------------------------------------------------------------------------------- /raws/ServerTime.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/raws/ServerTime.txt -------------------------------------------------------------------------------- /raws/_readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/raws/_readme.md -------------------------------------------------------------------------------- /raws/callback.txt: -------------------------------------------------------------------------------- 1 | File needed for the tutorial 2 | -------------------------------------------------------------------------------- /raws/imagerandomRAW.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/raws/imagerandomRAW.txt -------------------------------------------------------------------------------- /raws/raw.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/raws/raw.md -------------------------------------------------------------------------------- /raws/shop.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/raws/shop.txt -------------------------------------------------------------------------------- /screenshots/DBM1_6_0Demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/DBM1_6_0Demo.gif -------------------------------------------------------------------------------- /screenshots/DBM1_6_0Intents.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/DBM1_6_0Intents.gif -------------------------------------------------------------------------------- /screenshots/DBM1_6_0Intents2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/DBM1_6_0Intents2.gif -------------------------------------------------------------------------------- /screenshots/DBM2_0Demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/DBM2_0Demo.gif -------------------------------------------------------------------------------- /screenshots/DBM2_0Intents1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/DBM2_0Intents1.gif -------------------------------------------------------------------------------- /screenshots/DBM2_0Intents2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/DBM2_0Intents2.gif -------------------------------------------------------------------------------- /screenshots/HowToScript1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/HowToScript1.PNG -------------------------------------------------------------------------------- /screenshots/HowToScript2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/HowToScript2.PNG -------------------------------------------------------------------------------- /screenshots/actions/callcommandevent.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/actions/callcommandevent.PNG -------------------------------------------------------------------------------- /screenshots/actions/controlvariable.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/actions/controlvariable.PNG -------------------------------------------------------------------------------- /screenshots/actions/endactionsequence.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/actions/endactionsequence.PNG -------------------------------------------------------------------------------- /screenshots/actions/generaterandomnumber.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/actions/generaterandomnumber.PNG -------------------------------------------------------------------------------- /screenshots/actions/runscript.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/actions/runscript.PNG -------------------------------------------------------------------------------- /screenshots/actions/storecommandparams.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/actions/storecommandparams.PNG -------------------------------------------------------------------------------- /screenshots/actions/text.txt: -------------------------------------------------------------------------------- 1 | temp file 2 | -------------------------------------------------------------------------------- /screenshots/actions/wait.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/actions/wait.PNG -------------------------------------------------------------------------------- /screenshots/activity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/activity.png -------------------------------------------------------------------------------- /screenshots/autorole1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/autorole1.PNG -------------------------------------------------------------------------------- /screenshots/autorole2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/autorole2.PNG -------------------------------------------------------------------------------- /screenshots/category.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/category.PNG -------------------------------------------------------------------------------- /screenshots/dmall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/dmall.png -------------------------------------------------------------------------------- /screenshots/embedexplanation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/embedexplanation.png -------------------------------------------------------------------------------- /screenshots/embedtest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/embedtest.png -------------------------------------------------------------------------------- /screenshots/embedtest1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/embedtest1.png -------------------------------------------------------------------------------- /screenshots/embedtest2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/embedtest2.png -------------------------------------------------------------------------------- /screenshots/embedtest3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/embedtest3.png -------------------------------------------------------------------------------- /screenshots/embedtest4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/embedtest4.png -------------------------------------------------------------------------------- /screenshots/embedtest5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/embedtest5.png -------------------------------------------------------------------------------- /screenshots/embedtest6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/embedtest6.png -------------------------------------------------------------------------------- /screenshots/filezilla_2018-03-29_15-21-09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/filezilla_2018-03-29_15-21-09.png -------------------------------------------------------------------------------- /screenshots/filezilla_2018-03-29_15-24-25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/filezilla_2018-03-29_15-24-25.png -------------------------------------------------------------------------------- /screenshots/foldericon_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/foldericon_1.png -------------------------------------------------------------------------------- /screenshots/foldericon_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/foldericon_2.png -------------------------------------------------------------------------------- /screenshots/foldericon_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/foldericon_3.png -------------------------------------------------------------------------------- /screenshots/folderoptions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/folderoptions.png -------------------------------------------------------------------------------- /screenshots/folders.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/folders.png -------------------------------------------------------------------------------- /screenshots/loops.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/loops.PNG -------------------------------------------------------------------------------- /screenshots/maindbm.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/maindbm.PNG -------------------------------------------------------------------------------- /screenshots/parseInt1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/parseInt1.PNG -------------------------------------------------------------------------------- /screenshots/parseInt2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/parseInt2.PNG -------------------------------------------------------------------------------- /screenshots/ping1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/ping1.png -------------------------------------------------------------------------------- /screenshots/ping3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/ping3.PNG -------------------------------------------------------------------------------- /screenshots/prefixspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/prefixspace.png -------------------------------------------------------------------------------- /screenshots/putty_2018-03-29_15-59-08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/putty_2018-03-29_15-59-08.png -------------------------------------------------------------------------------- /screenshots/randtext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/randtext.png -------------------------------------------------------------------------------- /screenshots/randtext2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/randtext2.png -------------------------------------------------------------------------------- /screenshots/rndtextlist1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/rndtextlist1.PNG -------------------------------------------------------------------------------- /screenshots/rndtextlist2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/rndtextlist2.PNG -------------------------------------------------------------------------------- /screenshots/rndtextlist3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/rndtextlist3.PNG -------------------------------------------------------------------------------- /screenshots/rndtextlist4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/rndtextlist4.PNG -------------------------------------------------------------------------------- /screenshots/rndtextlist5.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/rndtextlist5.PNG -------------------------------------------------------------------------------- /screenshots/rndtextlist6.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/rndtextlist6.PNG -------------------------------------------------------------------------------- /screenshots/rndtextlist7.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/rndtextlist7.PNG -------------------------------------------------------------------------------- /screenshots/roleexamplenew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/roleexamplenew.png -------------------------------------------------------------------------------- /screenshots/rolelist1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/rolelist1.jpg -------------------------------------------------------------------------------- /screenshots/say1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/say1.PNG -------------------------------------------------------------------------------- /screenshots/say2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/say2.PNG -------------------------------------------------------------------------------- /screenshots/say3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/say3.PNG -------------------------------------------------------------------------------- /screenshots/say4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/say4.PNG -------------------------------------------------------------------------------- /screenshots/say5.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/say5.PNG -------------------------------------------------------------------------------- /screenshots/screenshots-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/screenshots-1.png -------------------------------------------------------------------------------- /screenshots/screenshots-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/screenshots-2.png -------------------------------------------------------------------------------- /screenshots/screenshots-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/screenshots-3.png -------------------------------------------------------------------------------- /screenshots/screenshots-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/screenshots-4.png -------------------------------------------------------------------------------- /screenshots/scriptex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/scriptex.png -------------------------------------------------------------------------------- /screenshots/stopping.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/stopping.png -------------------------------------------------------------------------------- /screenshots/stopping2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/stopping2.png -------------------------------------------------------------------------------- /screenshots/storeparams.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/storeparams.png -------------------------------------------------------------------------------- /screenshots/thinking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/thinking.png -------------------------------------------------------------------------------- /screenshots/thinking2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/thinking2.png -------------------------------------------------------------------------------- /screenshots/unused/Discord_2018-07-05_17-33-29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/unused/Discord_2018-07-05_17-33-29.png -------------------------------------------------------------------------------- /screenshots/unused/addmemberrole_example.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/unused/addmemberrole_example.jpg -------------------------------------------------------------------------------- /screenshots/unused/autorole2_old.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/unused/autorole2_old.PNG -------------------------------------------------------------------------------- /screenshots/unused/findmemberrole_example.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/unused/findmemberrole_example.jpg -------------------------------------------------------------------------------- /screenshots/unused/findrole.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/unused/findrole.png -------------------------------------------------------------------------------- /screenshots/unused/import.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/unused/import.png -------------------------------------------------------------------------------- /screenshots/unused/nerdbot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/unused/nerdbot.png -------------------------------------------------------------------------------- /screenshots/unused/roleexample2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/unused/roleexample2.JPG -------------------------------------------------------------------------------- /screenshots/unused/timetest1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/unused/timetest1.png -------------------------------------------------------------------------------- /screenshots/vncviewer_2018-03-29_15-44-49.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/vncviewer_2018-03-29_15-44-49.png -------------------------------------------------------------------------------- /screenshots/vncviewer_2018-03-29_15-47-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/vncviewer_2018-03-29_15-47-11.png -------------------------------------------------------------------------------- /screenshots/vncviewer_2018-03-29_15-48-51.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Silversunset01/dbm/HEAD/screenshots/vncviewer_2018-03-29_15-48-51.png --------------------------------------------------------------------------------