Commit Graph

27 Commits

Author SHA1 Message Date
Elnath 129e21d1b1 Setting bitrate and user limit of created channel based on joined channel 2021-02-09 23:08:21 +01:00
Elnath d66bd81413 Using AllowedMentions parameter on client setup to avoid mentioning users 2021-02-09 22:54:06 +01:00
Elnath c17ff210f5 List watched channels: fix: message when no channels are watched was showing incorrect command to register them 2021-01-24 02:47:45 +01:00
Elnath e9880e38a8 Discord utils: added function for formatting discord objects for printing in logs 2021-01-24 02:41:19 +01:00
Elnath 66197c18f8 Bugfix: on some server, the bot could not create channels because of category overwrites containing roles higher that its 2021-01-23 18:49:06 +01:00
Elnath 66b733a94c Added some debug logging to handle_user_connected_to_voice 2021-01-23 18:47:37 +01:00
Elnath 18498440f4 Changed a help message 2021-01-12 01:29:31 +01:00
Elnath dbe330cf64 Created command groups to regroup commands 2021-01-12 01:27:56 +01:00
Elnath bdaecd96cd get_command_usage_message function: works with subcommands as well 2021-01-12 01:09:14 +01:00
Elnath c54e7af00a Make users able to set a default name for their channels 2021-01-12 01:06:46 +01:00
Elnath 6cdd236d48 Bugfix: Created channel permissions were not inherited from the category's 2021-01-03 23:39:32 +01:00
Elnath 9bdd0113e2 Logging bot's user name as info level instead of debug on startup 2021-01-03 23:23:41 +01:00
Elnath 2fe4142cd6 Using discord.py commands framework by subclassing Cog 2021-01-03 23:23:41 +01:00
Elnath 2c86a4a14d Fixed typo in logging setup: trailing apostrophe 2021-01-01 23:21:06 +01:00
Elnath 34e8c1b94f Moved some utility functions to utility package 2020-12-29 01:31:38 +01:00
Elnath ccc438c89e When listing channels, deleted channels are shown as well 2020-12-29 01:21:48 +01:00
Elnath 8b19a73fb2 Created class to handle channels configuration file management 2020-12-29 01:14:33 +01:00
Elnath cd87a5cc72 Forgot an await 2020-12-26 23:13:38 +01:00
Elnath ddc4690ee5 Check admin: now also accepts bot owner 2020-12-26 22:32:09 +01:00
Elnath 4861d7b2ed Implemented clear command 2020-12-26 22:20:06 +01:00
Elnath 394d78fb2c Implemented forget command 2020-12-26 22:14:47 +01:00
Elnath d28aa574c2 Added command to list watched channels 2020-12-26 21:49:09 +01:00
Elnath 36b31989c4 Only administrators can register channels 2020-12-26 21:34:40 +01:00
Elnath d1656dcc45 json file is written on exit 2020-12-26 21:27:39 +01:00
Elnath c53083578a Bot now creates and deletes channels when user join/leave channels 2020-12-26 21:27:39 +01:00
Elnath 093e3bd32e Bot now responds to commands and channels can be added to list of watched channels 2020-12-26 20:15:25 +01:00
Elnath 1f65583175 Bot starts and connects to discord 2020-12-26 17:37:11 +01:00