mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
* Create converters.py * Update trivia.py * Create checks.py * Update checks.py * Update checks.py * Update trivia.py * Update checks.py * Update checks.py * Update trivia.py * Update bank.py * Update economy.py * Update trivia.py * Update checks.py * Update checks.py * Update __init__.py
6 lines
93 B
Python
6 lines
93 B
Python
from .bank import Bank, is_owner_if_bank_global
|
|
|
|
|
|
def setup(bot):
|
|
bot.add_cog(Bank(bot))
|