Skip to content

A Discord bot to play a clip from Pop Smoke's Welcome to the Party whenever specific users join a Discord call

Notifications You must be signed in to change notification settings

imgomez0127/PopSmoke-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PopSmoke-bot

Installation

To install PopSmoke-bot first install and configure docker.

For a guide on installing docker go here

Then go to the discord developer portal and configure the bot

documentation for this process is here

Finally enter the secret key into the line of the pop_smoke.py file which says

test_bot.run("ENTER YOUR KEY HERE")

Afterwards go to the directory and run

docker build --tag pop_smoke .

After the docker image builds run

docker run -d pop_smoke

To add users to the list of people that this bot will play for

Copy the id by right clicking the profile in discord and click Copy ID

Then in discord type

PopSmoke add <Put Discord ID Here>

Alternatively you can also go into the source code and put the client id in the line

self.special_users = {<Put Discord ID Here>}

About

A Discord bot to play a clip from Pop Smoke's Welcome to the Party whenever specific users join a Discord call

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published