Skip to content
View iamrippon's full-sized avatar

Block or report iamrippon

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
iamrippon/README.md

import discord from discord.ext import commands

Replace 'YOUR_BOT_TOKEN' with the actual token you copied from the Discord Developer Portal

bot_token = 'MTA3NTQ4MDEyNjc3MjQ5ODUyNQ.G-lRcP.smLpPr9qu4E8JABwZJIyungZ6--7HsKrHC-7mA'

Prefix for bot commands

bot_prefix = '!'

Create a new bot instance with a specified command prefix

bot = commands.Bot(command_prefix=bot_prefix)

Event: Bot is ready and connected to Discord

@bot.event async def on_ready(): print(f'Logged in as {bot.user.name}')

Command: !hello

@bot.command() async def hello(ctx): await ctx.send(f'Hello {ctx.author.mention}!')

Run the bot with the specified token

bot.run(MTA3NTQ4MDEyNjc3MjQ5ODUyNQ.G-lRcP.smLpPr9qu4E8JABwZJIyungZ6--7HsKrHC-7mA)

Popular repositories Loading

  1. DC DC Public

  2. bot bot Public

    Forked from python-discord/bot

    The community bot for the Python Discord community

    Python

  3. iamrippon iamrippon Public

    Config files for my GitHub profile.

  4. discord_bot discord_bot Public

    Forked from indently/discord_bot

    Python

  5. Online-Forever Online-Forever Public

    Forked from SealedSaucer/Online-Forever

    Make Your Discord Account 24/7 Online!

    Python

  6. BGMIxRIPPON BGMIxRIPPON Public