Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import discord
- from discord.ext import commands
- import random
- from autharisation import *
- from image import *
- client = commands.Bot(command_prefix='#', intents=None)
- language = ''
- @client.event
- async def on_ready():
- print('Ready')
- tok = token()
- client.run(tok) # paste token there
Add Comment
Please, Sign In to add comment