Skip to content

home-shake/DiscordBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

DiscordBot

Interactable Queue system for your discord Bot!

Issue: None of the major Discord Bots out there have a clear, conscise, scalable queue system.

Solution: Using fundamental concepts from data structures and algorithms class, I present an intuitive, thoroughly tested interactive code that handles all aspects of queues. By using Emoji reaction buttons, your users can: create the queue (seperate queues made for seperate text-channels) view the queue, join, leave, and ping the User who is up next!

The code can be snipped and inserted into your current python bot.

Currently, the code is a template for the instantiation of a whole bot in and of itself, where alls you need to do is create a new bot on the discord dev site, insert your custom token, and find out a place to host it.

It's important you use your insert your own discord bot token. I didn't design this with the intention of having it be used on multiple servers.

Keep in mind rate-limiting, some commands require the bot to scan for every text chat sent on the server.

About

Interactable Queue system for your discord Bot!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages