rewrite: Setting abstract framework.

This commit is contained in:
2022-11-11 08:05:05 +02:00
parent 7249e25975
commit 1b98b517d2
7 changed files with 1821 additions and 0 deletions

5
bot/settings/groups.py Normal file
View File

@@ -0,0 +1,5 @@
from discord.ui import View
class SettingGroup(View):
...