Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added emoji to general commands except info and checkperm #15

Merged
merged 4 commits into from
Aug 22, 2021
Merged

Conversation

r-kjha
Copy link
Contributor

@r-kjha r-kjha commented Aug 22, 2021

You do the info and checkperm command.

@@ -11,7 +11,7 @@ module.exports = {
try {
if (!process.env.DOMAIN) {
const embed = new Discord.MessageEmbed() // Prettier
.setTitle("<a:error:759354037803024395> Mheh!")
.setTitle(`${client.bot_emojis.success} Mheh!`)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ugh, error not success XD

@@ -26,7 +26,7 @@ module.exports = {
return message.lineReply(embed);
}
const embed = new Discord.MessageEmbed() // Prettier
.setTitle("<:success:860884617820110909> Yay!")
.setTitle(`${client.bot_emojis.error} Yay!`)
Copy link
Owner

@IgorKowalczyk IgorKowalczyk Aug 22, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ugh, again. Success not error XDD

@@ -11,7 +11,7 @@ module.exports = {
try {
const embed = new Discord.MessageEmbed() // Prettier
.setColor("RANDOM")
.setTitle("<:success:860884617820110909> Yay!")
.setTitle(`${client.bot_emojis.owner_crown} Yay!`)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Again, wrong emoji

Copy link
Owner

@IgorKowalczyk IgorKowalczyk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything looks good, merging

@IgorKowalczyk IgorKowalczyk merged commit 3db3fe5 into IgorKowalczyk:master Aug 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants