generated from HoloTech/discord-bot-template
Initial commit
This commit is contained in:
13
src/settings/mock.py
Normal file
13
src/settings/mock.py
Normal 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
|
||||
Reference in New Issue
Block a user