Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

normal discord.py codes

import os
import discord
import json
from discord import message
from discord.ext import commands
client.Bot(command_prefix=('^'))

from discord import client

@client.event
async def on_ready(message):
    print('Bot is ready.')
client.run('TOKEN')
 
PREVIOUS NEXT
Tagged: #normal #codes
ADD COMMENT
Topic
Name
6+7 =