Skip to content

Commit

Permalink
Added "botname" variable
Browse files Browse the repository at this point in the history
  • Loading branch information
AlenVelocity authored Sep 18, 2020
1 parent 80c56e3 commit fe730e1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lib/help.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
// edit it to change the bot's name
const botname = 'Emilia'

function help( pushname ) {
return `👋️Hi ${pushname}, I'm Emilia!
return `👋️Hi ${pushname}, I'm ${botname}!
Prefix - #
Expand Down Expand Up @@ -110,7 +113,7 @@ Hope you have a great day!`
}
exports.help = help()
function info() {
return '👋️Hi there, I\'m Emilia\nThis project is open source, built using Javascript || Node.js and is available at GitHub https:\/\/bit.ly\/39Ld2L8 (Updated).\n\n *Creators*👑️\n\n_Emilia Yohannan (Ban Takahiro)_ \n _Somnath Das (Takeshi Stark)_ \n\n*Developers*✨\n \n _Emilia Yohannan_ \n_Somnath Das_\n_Dominik Heiing_\n\n*Contributors*💫\n\n_Miliana Blue_\n_Aman Sakuya_\n_Mystery_\n_ShellTear_'
return '👋️Hi there, I\'m ${botname}\nThis project is open source, built using Javascript || Node.js and is available at GitHub https:\/\/bit.ly\/39Ld2L8 (Updated).\n\n *Creators*👑️\n\n_Emilia Yohannan (Ban Takahiro)_ \n _Somnath Das (Takeshi Stark)_ \n\n*Developers*✨\n \n _Emilia Yohannan_ \n_Somnath Das_\n_Dominik Heiing_\n\n*Contributors*💫\n\n_Miliana Blue_\n_Aman Sakuya_\n_Mystery_\n_ShellTear_'
}
exports.info = info()

0 comments on commit fe730e1

Please sign in to comment.