Commit Graph

82 Commits

Author SHA1 Message Date
ION606 1a212889da Merge branch 'main' of https://git.heroku.com/selmer-bot 2022-06-10 17:58:19 +03:00
ION606 b441f6b773 Added the 'Selmer Specific' file, added the 'welcome' and 'setup' commands 2022-06-10 16:19:47 +03:00
ION606 77aba970fd Ignore this too, Heroku stuff 2022-06-02 15:32:43 +03:00
ION606 789ca684ca Merge branch 'main' of https://github.com/ION606/selmerBot 2022-06-01 20:38:56 +03:00
ION606 f77a4e4147 Worked on the 'game' command and added the 'meme' command 2022-06-01 20:38:39 +03:00
ION606 df8e1af7f4 Delete THREAD_INTERACTION.txt 2022-05-31 09:21:13 -04:00
ION606 5edae8d097 Fixed the problem with the hp overwrite 2022-05-30 20:37:15 +03:00
ION606 65f4de28ed Fixed the shop search feature 2022-05-29 21:30:37 +03:00
ION606 69a5a2e18d Added the battle fighting commands, restructured the way hp and mp are stored, and added weapons. NOTE: UPDATING THE HP AND MP DOES NOT WORK 2022-05-29 20:59:39 +03:00
ION606 7fa6b85f10 Added all the setup for the 'game battle' command and added interaction (button) listeners to catch responses 2022-05-28 16:55:56 +03:00
ION606 432d8e4456 Fixed an issue with the server joining process and MongoDb 2022-05-27 14:58:30 +03:00
ION606 a7e5efe360 Added the battle accept system. The game still isn't working though 2022-05-25 22:33:42 +03:00
ION606 7b01151dde Added a better catch statement for the 'scrape' command 2022-05-24 09:10:12 +03:00
ION606 6c51d4107b Re-structured the file structure, finished the 'help' command. Started the 'game' command (not operational) 2022-05-24 08:55:57 +03:00
ION606 4cd8a42985 Added the 'help' command. Output is unordered thought 2022-05-20 12:19:27 +03:00
ION606 8a1246edac Finished implementing the 'msearch' command 2022-05-20 10:39:34 +03:00
ION606 55c37f339f Added the 'Econ/sell' command 2022-05-19 21:31:40 +03:00
ION606 2ac3fb3c83 Started the 'msearch' command 2022-05-18 21:53:23 +03:00
ION606 d5b6f6a600 Forgot to add the ~ on 'asearch/stats' 2022-05-18 21:40:49 +03:00
ION606 ae07f645fa Added the 'asearch' command and changed the prefix because it works better with discord desktop 2022-05-18 21:34:58 +03:00
ION606 a69d50ce9f Changed the Mongodb structure to include what's in the database, added the 'r' and 'reactionrole' commands 2022-05-14 20:40:58 +03:00
ION606 44d65fce98 Added the 'react' command 2022-05-14 14:57:06 +03:00
ION606 2e6d41e76b Changed the file structure to make the command reading process clearer and improve organization 2022-05-13 22:29:54 +03:00
ION606 21040344ae Chenged the command get format (removed the switch statement) and added the react command 2022-05-13 22:03:05 +03:00
ION606 19b51ecfb3 Accidentally made it impossible to execute commands (forgot a != sign) 2022-05-13 12:25:15 +03:00
ION606 8019c57ead Changed the layout of the econ system (removed two files that weren't needed) and added the anime/manga section 2022-05-13 12:14:24 +03:00
ION606 da568e5ae7 Added the 'balance' command 2022-05-12 18:05:47 +03:00
ION606 df7555ee38 Trying to work with the config vars 2022-05-12 17:48:49 +03:00
ION606 415dd2e3c1 Quick fix for config parts 2022-05-12 17:44:24 +03:00
ION606 bb1db36473 Inventory update, added the 'buy', 'shop', 'work', 'rank', and 'inventory' commands 2022-05-12 17:38:08 +03:00
ION606 6b0abdb65a Removed the remaining lines for SQLite from the main js file 2022-05-09 12:14:23 +03:00
ION606 1b0f3b721a MYSQL didn't work, trying MongoDB instead 2022-05-09 12:11:18 +03:00
ION606 8e26fb33b4 Merge branch 'main' of https://github.com/ION606/selmerBot 2022-05-09 10:22:46 +03:00
ION606 6761b7d227 Added MYSQL dependencies 2022-05-09 10:22:33 +03:00
ION606 0082c122e3 Update README.md 2022-05-05 10:29:58 -04:00
ION606 0734bdb373 I added the token again (it's late give me a break) 2022-04-30 21:52:57 -04:00
ION606 bd80c42bed Finished fixing the web-scraper for Heroku 2022-04-30 21:45:03 -04:00
ION606 10adef1160 Fixes the web scraper part 3 2022-04-30 21:12:00 -04:00
ION606 1a26bdf022 Fixes the web scraper part 2 2022-04-30 21:09:16 -04:00
ION606 b3be48612a Fixes the web scraper 2022-04-30 21:07:16 -04:00
ION606 b377539f5f Added the modules neccesarry for Heroku to run kareoke 2022-04-30 21:02:11 -04:00
ION606 2209e98a40 Edited the audio player 2022-04-30 20:28:09 -04:00
ION606 3ca5abba7b Accidentally pushed the token, had to reset it. 2022-04-30 20:19:56 -04:00
ION606 e3b9d46998 Adding the ability to join whatever vc the user is in 2022-04-30 20:15:55 -04:00
ION606 edfb34b72c Adding the ability to join whatever vc the user is in 2022-04-30 19:36:07 -04:00
ION606 1f7b84252f Testing Heroku env file system. part 4 2022-04-30 17:43:28 -04:00
ION606 f91eb6d156 Testing Heroku env file system. part 4 2022-04-30 17:41:44 -04:00
ION606 3857b65d31 Testing Heroku env file system. part 4 2022-04-30 17:39:34 -04:00
ION606 4077eba417 Testing Heroku env file system. part 4 2022-04-30 17:30:42 -04:00
ION606 f468c6eb18 Testing Heroku env file system. part 4 2022-04-30 17:24:48 -04:00