AllChai_

Untitled

Sep 23rd, 2022
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. import discord
  2. from discord.ext import commands
  3. import random
  4. from autharisation import *
  5. from image import *
  6.  
  7. client = commands.Bot(command_prefix='#', intents=None)
  8. language = ''
  9.  
  10.  
  11. @client.event
  12. async def on_ready():
  13. print('Ready')
  14.  
  15.  
  16. tok = token()
  17. client.run(tok) # paste token there
  18.  
Add Comment
Please, Sign In to add comment