Ronopoldo

main.py

Aug 31st, 2021 (edited)
5,280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.19 KB | None | 0 0
  1. from webserver import keep_alive
  2. import os
  3. import discord
  4. from discord.ext import commands
  5. client = commands.Bot(command_prefix = '!')
  6.  
  7. keep_alive()
  8. client.run(os.getenv("DISCORD_TOKEN"))
Add Comment
Please, Sign In to add comment