Skip to content

Instantly share code, notes, and snippets.

@ajkachnic
Last active June 6, 2019 01:16
Show Gist options
  • Save ajkachnic/5f8ec12081f49092b06014579a1f2ad0 to your computer and use it in GitHub Desktop.
Save ajkachnic/5f8ec12081f49092b06014579a1f2ad0 to your computer and use it in GitHub Desktop.
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