ForestLee0513 / dummybot-discord

With it, do whatever you want, it will never do anything !

Home Page:http://dummybot.pawz.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dummy BOT

DummyBOT is a Discord Bot that perform the most important task on your Discord server, doing nothing. It will always do nothing, whatever you do !

If you want to add this bot to your server, go to official website.

Next part is only for person who want to launch there own version of DummyBOT

Requirements

  • Python 3.7
  • discord.py - 1.7.1 (github)
  • PyNaCl - 1.4.0

Usage

  • Edit dummy.py and write your Discord bot token as value of DISCORD_TOKEN

  • (Optional) Add your discord ID to DISCORD_ADMINS

  • Launch dummy.py using python python3 ./dummy.py

  • Use command @<bot_name> destroy to stop the bot

  • Use command @<bot_name> join to make the bot join you in a vocal channel

You can also run it in a Docker container :

  • Build docker image : docker build -t dummybot_discord:latest .

  • Then create and start a container : docker create -e "DISCORD_TOKEN=<token>" -e "DISCORD_ADMINS=<id_admin>,<another_admin>" --name="dummybot" dummybot_discord:latest and docker start dummybot

  • Or using compose : docker-compose up

License

MIT License

About

With it, do whatever you want, it will never do anything !

http://dummybot.pawz.xyz

License:MIT License


Languages

Language:Python 86.5%Language:Dockerfile 13.5%