Commit Graph
102 Commits
Author SHA1 Message Date
niku 05642f0d41 Merge branch 'dev' into player-context 2021-11-06 15:30:42 +01:00
matthew f490d9b746 Merge pull request #17 from strNophix/player-control-ui
Bot UX/UI improvements
2021-11-06 15:22:03 +01:00
niku 21bf5df8b2 Merge branch 'dev' into player-control-ui 2021-11-06 15:05:47 +01:00
niku 756efc89ca Merge branch 'dev' into player-context 2021-11-06 15:04:37 +01:00
matthew 785c11bf98 Merge pull request #13 from strNophix/prevent-connect-reinvoke
preventing initial (re)filling of queue when already connected
2021-11-06 15:00:39 +01:00
matthew 5f41984870 Merge pull request #11 from strNophix/command-description-config
slash command descriptions configurable by config
2021-11-06 14:59:43 +01:00
niku be0a2d6877 Merge branch 'dev' into player-control-ui 2021-11-06 12:19:52 +01:00
niku 077076db10 Merge branch 'dev' into command-description-config 2021-11-06 11:47:40 +01:00
niku 22a53b3e2d Merge branch 'dev' into player-context 2021-11-06 11:46:36 +01:00
matthew 74a5a2673b Merge pull request #12 from strNophix/pre-commit
Added pre-commit
2021-11-06 11:42:29 +01:00
niku 4cbc56e4e2 improved bot ux/ui 2021-11-06 11:21:44 +01:00
niku 10e05ad350 Added context shortcut to get the lavalink player 2021-11-06 10:45:23 +01:00
niku 4bf90f9423 preventing initial filling of queue when already connected 2021-11-06 00:30:51 +01:00
niku 4f20435764 Converted single quotes to double quotes 2021-11-06 00:10:35 +01:00
niku 66b8ff5f90 Added pre-commit 2021-11-06 00:04:57 +01:00
niku 67b5bd85f1 Merge branch 'dev' into command-description-config 2021-11-05 23:06:50 +01:00
niku a1238b52ae slash command descriptions configurable by config 2021-11-05 23:01:27 +01:00
niku f8e72443f4 Merge pull request #10 from strNophix/redis-storage
Redis storage
2021-11-04 22:20:59 +01:00
niku c54f54ef47 Migrated from keys to set datastructure in Redis 2021-11-04 20:05:48 +01:00
niku 3c9772b8f1 Merge pull request #8 from Matthww/dev
Dev
2021-11-03 09:51:08 +01:00
niku 2b2ea010ce Merge pull request #9 from Matthww/autojoin_feature
Add autojoin feature
2021-11-03 09:48:58 +01:00
matthew 9815bf080d update settings cog 2021-11-02 22:59:17 +01:00
matthew cdf848d87d Add autojoin feature 2021-11-02 22:51:30 +01:00
matthew eddc557f81 Merge pull request #7 from strNophix/lavalink-redis
Lavalink redis
2021-11-02 20:49:50 +01:00
niku 25438b18f1 Continuous radio using redis and lavalink 2021-11-02 20:32:50 +01:00
niku 833d55f784 Merge pull request #6 from Matthww/dev
Dev
2021-10-31 17:11:10 +01:00
niku 72c3e2fd6c Merge pull request #5 from strNophix/lavalink-functionality
Implemented lavalink for bot + cog
2021-10-31 16:40:58 +01:00
niku 6021ebef1f Merge branch 'dev' into lavalink-functionality 2021-10-31 16:35:33 +01:00
niku 75feac1e0e Implemented lavalink for bot + cog 2021-10-31 16:32:56 +01:00
matthew 51fff6d7b9 Merge pull request #4 from strNophix/redis-context
Added aioredis + custom context
2021-10-31 14:47:34 +01:00
niku cbe3404a6c Merge branch 'dev' into redis-context 2021-10-31 14:46:26 +01:00
niku b3a6a3e13c Added aioredis + custom context 2021-10-31 14:43:53 +01:00
niku 3a362d91c9 Merge pull request #3 from Matthww/fix_invite
fix invite command
2021-10-31 14:31:06 +01:00
matthew 83fed57bf8 Merge branch 'dev' into fix_invite 2021-10-31 14:30:17 +01:00
matthew f6c05d03de fix invite command 2021-10-31 14:28:27 +01:00
matthew 861d3b5210 Merge pull request #2 from strNophix/change-presence-loop
Change presence loop
2021-10-31 14:11:17 +01:00
matthew 63c6844906 Merge pull request #1 from strNophix/config-mods
Config file mods + invite link
2021-10-31 13:39:12 +01:00
niku 8391e6928e Updated information.py 2021-10-31 13:38:20 +01:00
niku 0179e98135 Using prefix from config for presence 2021-10-31 12:26:00 +01:00
niku ba51aba4e9 Moved rpc loop to bot.py 2021-10-31 12:05:27 +01:00
niku 3a165d846c Use the initially generated invite link in /invite 2021-10-31 11:51:10 +01:00
niku 66fc0924e7 Removed unused database namespace from config 2021-10-31 11:50:23 +01:00
niku 7c034ea20d Moved slash_command_guilds to the config 2021-10-31 11:49:56 +01:00
niku fc7da80b29 Merge branch 'main' of https://github.com/Matthww/ChristmasBot into main 2021-10-31 11:32:37 +01:00
niku a6c65121ae Added cogs key to config sample 2021-10-31 11:32:22 +01:00
matthew 2eb3914ede hide owner cog from slash command list 2021-10-31 11:27:21 +01:00
niku 4a2cc0e62b A bunch of small changes 2021-10-31 11:23:54 +01:00
niku 6bd56ef49e Removed unused yapf file 2021-10-31 11:23:26 +01:00
niku 1c51e6a4bc Build invite link only once + fixed slash_command loading 2021-10-31 11:23:17 +01:00
niku 9338f0a3c3 Added optional uvloop runtime 2021-10-31 11:21:30 +01:00