music
edited requirements removed something testing no music let's try token token pls music working! testing remove fix added requirements
This commit is contained in:
parent
cf47df21ec
commit
9cd0f5bf8a
4 changed files with 134 additions and 3 deletions
3
bot.py
3
bot.py
|
|
@ -1,6 +1,9 @@
|
|||
import os
|
||||
import discord
|
||||
from discord.ext import commands
|
||||
from dotenv import load_dotenv
|
||||
|
||||
load_dotenv()
|
||||
|
||||
TOKEN = os.environ.get("TOKEN")
|
||||
client = commands.Bot(command_prefix= 'd!')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue