6 lines
80 B
Python
6 lines
80 B
Python
import discord
|
|
from discord.ext import commands
|
|
|
|
|
|
def setup(bot):
|
|
...
|