Skip to content

A Discord bot for personal friend group

License

Notifications You must be signed in to change notification settings

niladricts/duckbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

duckbot

GitHub License GitHub Issues Build Status Code Smells Vulnerabilities

A Discord bot for personal friend group. If you don't know me personally, consider how freaking weird it'd be to ask for the access token. Feel free to steal the code though.

Development

The scripts/build directory contains scripts for development.

Install Dependencies

Should be run whenever you pull from upstream/main.

. scripts/build/install.sh

Run Tests and Linter

. scripts/build/test.sh
. scripts/build/lint.sh

Run DuckBot

Requires duckbut/.env to be present, and the TOKEN environment variable to be set therein.

. scripts/duckbot.sh

###Installation Reference can be seen from here:

https://medium.com/better-programming/coding-a-discord-bot-with-python-64da9d6cade7

###Please note this works well with Python Versions 3.x or higher

###Ubuntu or MacOS is very much preferred

###In Windows use virtual box to use this

###You don't need to write code for Bot as the DuckBot code is already here

###Token can be generated from https://discord.com/developers/applications/812362721713848330/bot after you create the bot

About

A Discord bot for personal friend group

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.9%
  • Shell 2.7%
  • Dockerfile 0.4%