Commit Graph

29 Commits

Author SHA1 Message Date
Elnath 66b733a94c Added some debug logging to handle_user_connected_to_voice 2021-01-23 18:47:37 +01:00
Elnath 3ba9ae75cf Added to gitignore: prod and dev token files and channels files 2021-01-23 17:32:11 +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 3c7dd2e8a0 Channels config file now has version information and set up basis for converting to newer versions 2021-01-01 23:17:38 +01:00
Elnath 927a96d8b0 Updated Dockerfile so that python process can receive shutdown signals 2020-12-29 01:43:33 +01:00
Elnath f7f899790c FIX: updated dockerfile to copy python packages 2020-12-29 01:39:11 +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 52293bb561 Added license 2020-12-26 22:57:45 +01:00
Elnath ca51313e98 Added Dockerfile and docker-compose 2020-12-26 22:53:41 +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
Elnath 28cf6018f8 Initial commit 2020-12-26 16:51:46 +01:00