diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-07-30 16:41:14 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-07-30 16:41:14 -0400 |
| commit | 3aa27777a7bd1a9bff798412382db8aad3cbd19a (patch) | |
| tree | 5c460a9daba02bb22961096e4e80d95ca0e4bd7c /bot_discord.js | |
| parent | 08a026ae7c9dc201740a7ae837a6090283f36252 (diff) | |
| download | AleeBot-3aa27777a7bd1a9bff798412382db8aad3cbd19a.tar.gz AleeBot-3aa27777a7bd1a9bff798412382db8aad3cbd19a.tar.bz2 AleeBot-3aa27777a7bd1a9bff798412382db8aad3cbd19a.zip | |
Merging invite into the about command and buttons.
Diffstat (limited to 'bot_discord.js')
| -rw-r--r-- | bot_discord.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot_discord.js b/bot_discord.js index 79e9643..ec17bc9 100644 --- a/bot_discord.js +++ b/bot_discord.js @@ -21,6 +21,7 @@ const Discord = require('discord.js'); const client = new Discord.Client({ disableEveryone: true, }); +require('discord-buttons')(client); const moment = require('moment'); const express = require('express'); const fs = require('fs'); |
