Advertisement
Guest User

Untitled

a guest
Jul 29th, 2020
440
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.20 KB | None | 0 0
  1. import discord
  2. from discord.ext import commands
  3. from editors import *
  4.  
  5. print('Запускаю сервер...')
  6.  
  7. client = commands.Bot(command_prefix = B_COMMAD_PREFIX)
  8.  
  9. client.run(B_TOKEN_START)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement