Skip to content

AWeirdDev/discord_webhook_components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo is outdated, please use dishook

Setting up discord_webhook_components

Quick Start

  1. Download the files here, or download the zipped files
  2. Add your python file in the same directory where the downloaded file is.
  3. Add these codes:

VERY IMPORTANT

[If you don't add the codes below, discord_webhook_components will not work!]
from discord_webhook_components import * # import everything in the module
import discord
from discord.ext import commands

client = commands.Bot(command_prefix="your command prefix")

#@client.event
#async def on_ready():
#  print("ready")

...and that's all you gotta do for the setup! You can now start coding with discord_webhook_components!

You can try out our examples, too!


How about replit?

Click here to learn more!

Still need help?

Contact me at discord! Help server is right here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages