Skip to content

Commit

Permalink
feat: buttons in index
Browse files Browse the repository at this point in the history
Signed-off-by: berkay guler <berkay4058@gmail.com>
  • Loading branch information
berkaygulerr committed Jul 28, 2021
1 parent 497a9f5 commit 3553130
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
const Discord = require("discord.js");
const disbut = require("discord-buttons");
const client = new Discord.Client();
disbut(client);
const mongoose = require("./database/mongoose");
const fs = require("fs");
require("dotenv").config();
Expand Down

0 comments on commit 3553130

Please sign in to comment.