mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-15 02:21:21 +01:00
7 lines
191 B
Python
7 lines
191 B
Python
from werkzeug.contrib.cache import SimpleCache
|
|
from titanembeds.discordrest import DiscordREST
|
|
from config import config
|
|
|
|
discord_api = DiscordREST(config['bot-token'])
|
|
cache = SimpleCache()
|