Last active
June 6, 2019 01:16
-
-
Save ajkachnic/5f8ec12081f49092b06014579a1f2ad0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import discord | |
import os | |
from keep_up import keep_up | |
from discord.ext import commands | |
client = commands.Bot(command_prefix='.') | |
keep_up() | |
token = os.environ.get("DISCORD_BOT_TOKEN") | |
client.run(token) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment