From 7839e8a97cb7196342ff2e60ce1fb2731192c48f Mon Sep 17 00:00:00 2001 From: Sai Kiran Boddu <47565414+bsaikiran618@users.noreply.github.com> Date: Wed, 3 Mar 2021 19:37:10 +0530 Subject: [PATCH] Update bot.js --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.js b/bot.js index 157cbe4..194fd30 100644 --- a/bot.js +++ b/bot.js @@ -353,7 +353,7 @@ getIntroReply = () => { feature = featuresList[i] reply = reply + `\`${feature.name}\` : \`${feature.description}\`\n` } - return reply + return reply + '\nCreators:\ngithub.com/Saravanan-Jodavula\ngithub.com/akylus\n'; } createEmbed = (contest) => {