Skip to content

Commit

Permalink
Revert "Merge pull request #18 from codercoool/main"
Browse files Browse the repository at this point in the history
This reverts commit f3ca64f, reversing
changes made to c6a696c.
  • Loading branch information
mezotv committed Aug 27, 2022
1 parent f3ca64f commit 8e43839
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 21 deletions.
15 changes: 1 addition & 14 deletions src/commands/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,20 +154,7 @@ module.exports = {
embeds: [ratherEmebed],
fetchReply: true,
}).catch((err) => { return; });
const customembed = new EmbedBuilder()
.setTitle(Custom.embed.title)
.setDescription(`> ${interaction.options.getString('message')}`)
.setColor('#0598F6')
.setFooter({
text: `${Custom.embed.footer}`,
iconURL: client.user.avatarURL(),
})
.setTimestamp();
try {
const message = await interaction.reply({
embeds: [customembed],
fetchReply: true,
});

if (interaction.options.getBoolean('voting') == true) {
try {
await message.react('1️⃣');
Expand Down
2 changes: 1 addition & 1 deletion src/data/power-en_EN.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
" You have the power to telekinetically move spoons and nothing else",
" When you open a door someone will spawn behind you",
" Every time you turn on the fan it turns off",
" Every time you wear glasses you don't see clearly",
" Every time you wear glasses you don't see clearly"
],
"Useful_Powers": [
" Any damage taken is negated to the nearest rapist",
Expand Down
11 changes: 5 additions & 6 deletions src/data/wwyd-en_EN.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"WhatYouDo": [
"Every country has decided to unite, what would do if you are the president",
"What would you do if your discord direct messages were seen",
"What would you do if you are the president",
"If you got diagnosed with stage 4 brain cancer and you only have a few days to live, how would you spend the remaining time that you have on earth?",
"Every country has decided to unite what would do if you were the president",
"What would you do if your discord chats were seen",
"What would you do if you were the president",
"If you got diagnosed with stage 4 brain cancer and you only got a few weeks or even days to live, how would you spend the remaining time that you have left on earth?",
"What would you do if you could control minds?",
"What would you do if you only have 24 hours left on the internet."

"What would you do if you could only use the internet for 25 hours over the span of the rest of your life?"
]
}

0 comments on commit 8e43839

Please sign in to comment.