/hp-bot

Discord Bot for HP Talk

Primary LanguagePython

hp-bot

Discord Bot for HP Talk Hi, This is Shaheen

from discord.ext import commands

bot = commands.Bot(command_prefix='Hi', description='A simple Discord bot') token = 'Token details'

@bot.command() async def hello(ctx): await ctx.send("Hello!") bot.run(token)