Skip to content

Instantly share code, notes, and snippets.

View C1PH3Rs's full-sized avatar

Basic-Bot C1PH3Rs

View GitHub Profile
@C1PH3Rs
C1PH3Rs / Basic-Bot.py
Last active February 25, 2023 15:14
Basic Bot - A Free Open Source Discord Bot!
# Basic Discord Bot in Python By The Basic Bot Team!
# <--- DO NOT EDIT IMPORTS --->
import discord
from discord.ext import commands
from discord.ext.commands import Bot
import asyncio
bot = commands.Bot(command_prefix='b!') # If you have bots with ! change it to another prefix inside e.g 'prefixhere'
token = '' # Get your token from https://discordapp.com/developers/applications/ You need to create a bot account and copy the bots token!