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

13
bot/settings/mock.py Normal file
View File

@@ -0,0 +1,13 @@
import discord
from discord import app_commands
class LocalString:
def __init__(self, string):
self.string = string
def as_string(self):
return self.string
_ = LocalString