Commit graph

  • a9cad66d15 I'm too used to BucketType... madeleine 2020-09-14 20:58:57 +1200
  • 1dd57cc93d Making invite_url a property instead, cause you can't access self.user if the bot hasn't logged in yet! :mmLul: madeleine 2020-09-14 20:57:25 +1200
  • 92f19e3d06 ping and hello command, of course. madeleine 2020-09-14 20:37:05 +1200
  • 34670dc9a3 Every bot's got to have an invite url right? madeleine 2020-09-14 20:26:55 +1200
  • c42334ee2d Added bot var colour and made use of ext.menus with paginating many users' timezones. madeleine 2020-09-14 19:29:23 +1200
  • dc9ad71bfa a madeleine 2020-09-14 19:28:10 +1200
  • 5b6c8b7201 Added eval command, having command.signature instead of command.usage in Help command, handling BadArgument errors/CommandNotFound errors, and changing all s in commands.py to ctx.send. madeleine 2020-09-12 09:33:01 +1200
  • 17e39041bd Error handler and processing commands per message, plus fixing help command. madeleine 2020-09-11 21:00:04 +1200
  • 7eb451a52a Instead load the cogs after the bot has been initialized so that it won't error with bot has no attribute db/userdb anymore, also adding process_commands to on_message. madeleine 2020-09-11 19:18:50 +1200
  • 9a00b3a914 Let's pretend that never happened... instead I'm going to initialize the DatabaseUtil in the init of the WtCommands cog. madeleine 2020-09-11 18:16:55 +1200
  • 9537248b69 Forgot to import asyncpg in main file... madeleine 2020-09-11 17:37:36 +1200
  • bc2a8d7627 Whoops that shouldve been loop.run_until_complete rather than strictly awaiting it. madeleine 2020-09-11 17:36:51 +1200
  • 7686d13370 Lets see if overriding run() will make a difference, since it keeps saying that bot has no attr userdb... madeleine 2020-09-11 17:34:59 +1200
  • ed8dd27473 For some reason it wont accept userdb being an attr of the bot. madeleine 2020-09-11 17:01:37 +1200
  • 9f685698d5 Whoops, I had the list alias registered twice in WtCommands. madeleine 2020-09-11 16:52:08 +1200
  • 649a7dfd1d Ofc I hadn't imported config in run.py lmao madeleine 2020-09-11 16:47:59 +1200
  • a82b884000 Ffs lmao I had UserDatabase instead of DatabaseUtil. madeleine 2020-09-11 16:45:00 +1200
  • 2b0552218b This had better be the last minor error lmfao. madeleine 2020-09-11 16:43:05 +1200
  • 0c5ac9ba47 Nothing quite like making the same mistake twice. madeleine 2020-09-11 16:41:41 +1200
  • 60af557fbb Silly little mistake of imports. madeleine 2020-09-11 16:38:52 +1200
  • c715c95205 I forgot to make show_full_help in the custom help command a coro, since of course you cant have an await outside of the body of one. madeleine 2020-09-11 16:35:19 +1200
  • 02270798e9 Updated README, added setup function to WtCommands cog, and function annotations. madeleine 2020-09-11 15:51:49 +1200
  • 13f62ec144 Complete rewrite of the bot to instead subclass AutoShardedBot and use the commands discord extension, asyncpg as opposed to psycopg2, and more (read my comment below). madeleine 2020-09-10 19:50:36 +1200
  • dbec6309a8 Update DM message; switch to AutoShardedClient Noi 2020-05-02 11:43:25 -0700
  • 2441746d3b Fix lookup error on non-large guilds Noi 2020-03-02 16:44:31 -0800
  • 2db1cd05ac Change parameterless tz.list Noi 2020-03-01 14:47:51 -0800
  • 82f956f47a Fix incorrect user being fetched Noi 2020-03-01 13:59:20 -0800
  • d355cd9d8f Fix not finding user via ping Noi 2020-03-01 13:55:13 -0800
  • e1f8bf8b6e Change output format for tz.list single Noi 2020-03-01 13:45:41 -0800
  • 2a4c9f5a0c Remove tz.time command Noi 2020-03-01 13:45:06 -0800
  • fa36516db7 Print full command for diagnostic purposes Noi 2020-02-19 09:49:18 -0800
  • 707bd4d803 Added documentation for new commands Noi 2019-12-26 20:17:39 -0800
  • 24bcdaacca Add setfor, removefor commands Noi 2019-12-26 19:51:32 -0800
  • c543ac2ab3 Update version handling; client settings Noi 2019-12-26 19:33:40 -0800
  • 1ec20dc54d Performance improvements Noi 2019-12-26 15:39:25 -0800
  • aec8cdffa3 Update Readme and License information Noi 2019-12-26 15:19:52 -0800
  • 7dcae5847f Add string-based user searching Noikoio 2019-09-07 20:09:58 -0700
  • 593b44920e Increase limits on listing Noikoio 2019-09-07 13:03:37 -0700
  • 7480cf7cfa Update note on discord.py Noikoio 2019-09-07 13:03:30 -0700
  • f18681caed Updated Discord Bots page Noikoio 2019-09-07 11:35:04 -0700
  • 14f348bef0 Add Discord Bots page markdown Noikoio 2018-12-07 22:11:54 -0800
  • ec0eaa55a5 Update Readme with info and invite links Noikoio 2018-12-07 21:29:06 -0800
  • 32ace2f19e Update Discord Bots API endpoint Noikoio 2018-12-07 21:17:44 -0800
  • d658672006 Add generic exception handler v1.1.1 Noikoio 2018-11-01 21:26:13 -0700
  • dc26f56221 Change prefix in user display for better readability Noikoio 2018-11-01 21:09:38 -0700
  • 5cb898cd06 Clarify comment Noikoio 2018-11-01 21:09:22 -0700
  • 2b42e4b00d Add database copy utility v1.1 Noikoio 2018-11-01 20:07:08 -0700
  • b57a7b9b37 Switch database type to PostgreSQL Noikoio 2018-11-01 19:05:21 -0700
  • 2735fcb454 Adding some system info to help command v1.0 Noikoio 2018-09-01 13:26:47 -0700
  • 4bc7836ec0 Moved helper methods into class Noikoio 2018-09-01 12:41:44 -0700
  • bf80c32402 Renamed default settings file Noikoio 2018-08-28 11:21:42 -0700
  • d06c3eb346 Display small list of users in list Noikoio 2018-08-28 11:17:22 -0700
  • 0180dee93a Restructured commands, moved to separate module Noikoio 2018-08-24 13:27:56 -0700
  • dcbf21c82c Rearranged files again Noikoio 2018-08-23 22:00:40 -0700
  • 87dda003b7 Separated settings into own file; added reporting task Noikoio 2018-08-01 17:40:41 -0700
  • 502a8d6b9e Switched to discord.py rewrite branch Noikoio 2018-06-12 17:16:19 -0700
  • e4a3913399 Discord Bots periodic guild count Noikoio 2018-06-07 16:10:56 -0700
  • 200276b346 Placed database code in another file Noikoio 2018-06-07 12:08:03 -0700
  • dc70028249 Added invite link to public bot Noikoio 2018-06-02 17:42:13 -0700
  • f3c384d9e9 Initial commit Noikoio 2018-05-20 00:20:15 -0700