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:
rzmk 2021-05-21 01:44:57 -04:00
parent cf47df21ec
commit 9cd0f5bf8a
4 changed files with 134 additions and 3 deletions

3
bot.py
View file

@ -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!')