Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python discord bot

import discord
from discord.ext import commands
bot = commands.Bot("!")
@bot.command()
async def test(ctx):
   print('hello')
bot.run('token')
Source by www.codegrepper.com #
 
PREVIOUS NEXT
Tagged: #python #discord #bot
ADD COMMENT
Topic
Name
5+9 =