Skip to content

Instantly share code, notes, and snippets.

@AxizY
AxizY / Discord.Py
Last active November 30, 2022 15:11
import discord
from discord.ext import commands
import asyncio
import random
client = commands.Bot(command_prefix = '/')
client.remove_command('help')
@client.event
async def on_ready():