Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 803 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 803 Bytes

DadBot

A really, really dumb discord bot. It does the classic dadjoke of "Hi {}, I'm dad!" Whilst renaming that user to {}.

Uses Danny's excellent discord.py library, requires that and python 3.5.

Inviting

You can get it here if you really want it. I don't know why you would. All it needs is the manage nicknames premission, as well as message sending.

Self-Hosting

Sure, why not. I don't get it, but okay. To self host, you need discord.py, and python 3.5, as well as a bot account. Then, make a seperate file called "tokenfile.py", with the line TOKEN = '{}' where {} is your bot token.