Commit Graph

  • 39c9a54e2a Pip freeze requirements: discord.py 1.7 master develop Elnath 2021-04-20 19:18:50 +0200
  • 03c2f4ac1d More precise verbose option: allow to choose between only the bot debug or both the bot and discord.py Elnath 2021-04-20 19:10:27 +0200
  • f1e036eef9 Bugfix: fixed problem when the category had some permissions that the bot did not have. Elnath 2021-04-20 18:23:27 +0200
  • 938aa6df69 Discord utils: to_string: added case for roles Elnath 2021-04-20 18:05:07 +0200
  • f474205462 Discord utils: fixed to_string function to work correctly with channels objects Elnath 2021-04-20 17:55:17 +0200
  • 4a656685c0 Use message replies when replying to commands Elnath 2021-02-09 23:34:09 +0100
  • 4176666cb2 Pip freeze requirements Elnath 2021-02-09 23:29:13 +0100
  • 129e21d1b1 Setting bitrate and user limit of created channel based on joined channel Elnath 2021-02-09 23:07:41 +0100
  • d66bd81413 Using AllowedMentions parameter on client setup to avoid mentioning users Elnath 2021-02-09 22:53:13 +0100
  • c17ff210f5 List watched channels: fix: message when no channels are watched was showing incorrect command to register them Elnath 2021-01-24 02:47:45 +0100
  • e9880e38a8 Discord utils: added function for formatting discord objects for printing in logs Elnath 2021-01-23 23:01:53 +0100
  • 66197c18f8 Bugfix: on some server, the bot could not create channels because of category overwrites containing roles higher that its Elnath 2021-01-23 18:14:23 +0100
  • 66b733a94c Added some debug logging to handle_user_connected_to_voice Elnath 2021-01-23 17:41:15 +0100
  • 3ba9ae75cf Added to gitignore: prod and dev token files and channels files Elnath 2021-01-23 17:28:30 +0100
  • 18498440f4 Changed a help message Elnath 2021-01-12 01:29:31 +0100
  • dbe330cf64 Created command groups to regroup commands Elnath 2021-01-12 00:49:20 +0100
  • bdaecd96cd get_command_usage_message function: works with subcommands as well Elnath 2021-01-12 00:53:40 +0100
  • c54e7af00a Make users able to set a default name for their channels Elnath 2021-01-04 22:31:06 +0100
  • 6cdd236d48 Bugfix: Created channel permissions were not inherited from the category's Elnath 2021-01-03 23:38:56 +0100
  • 9bdd0113e2 Logging bot's user name as info level instead of debug on startup Elnath 2021-01-03 23:20:37 +0100
  • 2fe4142cd6 Using discord.py commands framework by subclassing Cog Elnath 2021-01-01 23:29:09 +0100
  • 2c86a4a14d Fixed typo in logging setup: trailing apostrophe Elnath 2021-01-01 23:21:06 +0100
  • 3c7dd2e8a0 Channels config file now has version information and set up basis for converting to newer versions Elnath 2021-01-01 22:41:54 +0100
  • 927a96d8b0 Updated Dockerfile so that python process can receive shutdown signals Elnath 2020-12-29 01:43:33 +0100
  • f7f899790c FIX: updated dockerfile to copy python packages Elnath 2020-12-29 01:39:11 +0100
  • 34e8c1b94f Moved some utility functions to utility package Elnath 2020-12-29 01:31:23 +0100
  • ccc438c89e When listing channels, deleted channels are shown as well Elnath 2020-12-29 01:21:48 +0100
  • 8b19a73fb2 Created class to handle channels configuration file management Elnath 2020-12-28 23:27:28 +0100
  • cd87a5cc72 Forgot an await Elnath 2020-12-26 23:13:38 +0100
  • 52293bb561 Added license Elnath 2020-12-26 22:57:45 +0100
  • ca51313e98 Added Dockerfile and docker-compose Elnath 2020-12-26 22:49:11 +0100
  • ddc4690ee5 Check admin: now also accepts bot owner Elnath 2020-12-26 22:32:09 +0100
  • 4861d7b2ed Implemented clear command Elnath 2020-12-26 22:20:06 +0100
  • 394d78fb2c Implemented forget command Elnath 2020-12-26 22:01:13 +0100
  • d28aa574c2 Added command to list watched channels Elnath 2020-12-26 21:49:09 +0100
  • 36b31989c4 Only administrators can register channels Elnath 2020-12-26 21:34:40 +0100
  • d1656dcc45 json file is written on exit Elnath 2020-12-26 21:26:47 +0100
  • c53083578a Bot now creates and deletes channels when user join/leave channels Elnath 2020-12-26 20:30:00 +0100
  • 093e3bd32e Bot now responds to commands and channels can be added to list of watched channels Elnath 2020-12-26 17:42:35 +0100
  • 1f65583175 Bot starts and connects to discord Elnath 2020-12-26 17:36:54 +0100
  • 28cf6018f8 Initial commit Elnath 2020-12-26 16:51:46 +0100