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

Quality of life update #61

Merged
merged 26 commits into from
Mar 12, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
1030655
Add questions
mezotv Feb 9, 2023
6eba6c2
Rather.js update
mezotv Feb 11, 2023
38e1dee
Add images and canvas command
mezotv Feb 13, 2023
310cb47
Fix bug + language support
mezotv Feb 13, 2023
d4f2e8d
Add more questions
mezotv Feb 15, 2023
0aebea1
Added text resize
mezotv Feb 15, 2023
4854293
Add custom strings
mezotv Feb 15, 2023
70b08fc
Finish new rather command
mezotv Feb 21, 2023
4b2a278
Created settings.js
forgetfulskybro Feb 23, 2023
091d2a9
Fix settings command and translation
mezotv Feb 23, 2023
c764547
Fixed emojis
forgetfulskybro Feb 23, 2023
6750bec
Merge branch 'quality-of-life-update' of https://github.com/Would-You…
forgetfulskybro Feb 23, 2023
c5fe522
Adds never have I ever mode
mezotv Feb 23, 2023
8b951c5
Deleted translations for welcome and dailyMsgs
forgetfulskybro Feb 23, 2023
f77ded4
Merge branch 'quality-of-life-update' of https://github.com/Would-You…
forgetfulskybro Feb 23, 2023
4efeace
More settings (unfinished)
mezotv Feb 23, 2023
4fc9435
Fixed embed
forgetfulskybro Feb 24, 2023
7e74dd3
Feat: emit command, user ping
mezotv Feb 24, 2023
12fc5c6
Add more wwyd questions
mezotv Mar 1, 2023
22ed1cb
Improve either.js
mezotv Mar 4, 2023
c0a8c74
Merge branch 'main' of https://github.com/Would-You-Bot/Would-You int…
mezotv Mar 4, 2023
fa9630a
Resolve conflicts
mezotv Mar 4, 2023
f45ec24
Add either.js class
mezotv Mar 10, 2023
f0fc19f
Add replay and vote cooldown
mezotv Mar 11, 2023
0102b49
String + Either update
mezotv Mar 11, 2023
2e7d843
Update info.js
mezotv Mar 12, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add more questions
  • Loading branch information
mezotv committed Feb 15, 2023
commit d4f2e8d8bd26bfd390244ae16009d31d734b7bcd
36 changes: 25 additions & 11 deletions src/commands/canvas.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,35 @@ module.exports = {
const image = await Canvas.loadImage("./src/data/images/template.png");
await ctx.drawImage(image, 0, 0, 600, 300);

if (guildDb.language === "de_DE") {
const detranslation = await Canvas.loadImage("./src/data/images/rather-de.png")
ctx.drawImage(detranslation, 0, 0, 600, 300);
} else if (guildDb.language === "en_EN") {
const entranslation = await Canvas.loadImage("./src/data/images/rather-en.png")
ctx.drawImage(entranslation, 0, 0, 600, 300);
} else if (guildDb.language === "es_ES") {
const estranslation = await Canvas.loadImage("./src/data/images/rather-es.png")
ctx.drawImage(estranslation, 0, 0, 600, 300);
}
let imageFile = "./src/data/images/rather-en.png";
switch (guildDb.language) {
case "de_DE":
imageFile = "./src/data/images/rather-de.png";
break;
case "en_EN":
imageFile = "./src/data/images/rather-en.png";
break;
case "es_ES":
imageFile = "./src/data/images/rather-es.png";
break;
}
const translation = await Canvas.loadImage(imageFile);
ctx.drawImage(translation, 0, 0, 600, 300);


ctx.font = `bold ${text1 || "25"}px sans-serif`;
ctx.fillStyle = "#000000";
ctx.fillText("only eat banana uwu sus hehe", 140, 159);

ctx.font = `bold ${tex2 || "25"}px sans-serif`;
ctx.fillStyle = "#000000";
ctx.fillText("or only eat apples", 140, 243);


attachment = new AttachmentBuilder(
await canvas.encode("png"),
{
name: "spotify-card.png",
name: "wouldyou-card.png",
})
interaction
.reply({
Expand Down
46 changes: 38 additions & 8 deletions src/data/wwyd-en_EN.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,39 @@
{
"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",
" What would you do if you could control minds?",
" What would you do if you only have 24 hours left on the internet."
]
}
"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",
"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 witness a colleague stealing office supplies?",
"What would you do if you receive a promotion at work, but your colleague who was also in the running for the position is upset?",
"What would you do if you find out that you have been left out of an important meeting that your boss wanted you to attend?",
"What would you do if you are asked to work on a project that goes against your personal values?",
"What would you do if you are asked to lie to a client to close a deal?",
"What would you do if you are asked to do something unethical by your boss?",
"What would you do if you are on a tight deadline and a coworker asks you for help on their project?",
"What would you do if you accidentally send an email to the wrong person that contains confidential information?",
"What would you do if you are asked to cover up a mistake made by a coworker?",
"What would you do if you are asked to give a presentation to a large group and you are feeling very anxious?",
"What would you do if you are at a party and someone offers you drugs?",
"What would you do if you are at a party and someone starts a fight?",
"What would you do if you are at a party and you see someone trying to take advantage of a drunken person?",
"What would you do if you are driving and you see a pedestrian about to cross the road, but you know you cannot safely stop in time?",
"What would you do if you are in a crowded store and you see someone trying to steal something?",
"What would you do if you are in a crowded store and you see someone being rude to a store employee?",
"What would you do if you are in a restaurant and you see the waiter treating a customer poorly?",
"What would you do if you are in a movie theater and someone is talking loudly during the film?",
"What would you do if you are on a crowded bus or train and someone is taking up more than one seat?",
"What would you do if you are at a friend's house and they ask you to help them cheat on a test?",
"What would you do if you are at a friend's house and they ask you to keep a secret from their parents?",
"What would you do if you are at a friend's house and they ask you to do something dangerous?",
"What would you do if you are at a friend's house and they ask you to do something that goes against your values?",
"What would you do if you are at a friend's house and they ask you to try a substance that you are not comfortable with?",
"What would you do if you are at a friend's house and they ask you to break a rule?",
"What would you do if you are at a friend's house and they ask you to lie for them?",
"What would you do if you are at a friend's house and they ask you to take the blame for something they did?",
"What would you do if you are at a friend's house and they ask you to do something illegal?",
"What would you do if you are at a friend's house and they ask you to do something that could hurt someone?",
"What would you do if you are in a public place and you see someone being bullied?"
]
}
45 changes: 37 additions & 8 deletions src/data/wwyd-es_ES.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,39 @@
{
"WhatYouDo":
[
" Todos los países han decidido unirse, ¿qué harías si fueras el presidente?",
" ¿Qué harías si otros pudieran ver tus mensajes privados en discord?",
" ¿Qué harías si fueras presidente?",
" ¿Qué harías si pudieras controlar mentes?",
" ¿Qué harías si solo te quedan 24 horas en internet?"
"WhatYouDo": [
"Todos los países han decidido unirse, ¿qué harías si fueras tú el presidente?",
"¿Qué harías si otros pudieran ver tus mensajes directos de Discord?",
"¿Qué harías si fueras el presidente?",
"¿Qué harías si pudieras controlar mentes?",
"¿Qué harías si solo tuvieras 24 horas más en Internet?",
"¿Qué harías si vieras a un colega robando material de oficina?",
"¿Qué harías si recibieras un ascenso en el trabajo, pero tu colega que también estaba compitiendo por el puesto está molesto?",
"¿Qué harías si te enteraras de que te han dejado fuera de una reunión importante a la que tu jefe quería que asistieras?",
"¿Qué harías si te pidieran que trabajes en un proyecto que va en contra de tus valores personales?",
"¿Qué harías si te pidieran que mientas a un cliente para cerrar un trato?",
"¿Qué harías si tu jefe te pidiera que hagas algo poco ético?",
"¿Qué harías si tuvieras un plazo ajustado y un compañero de trabajo te pidiera ayuda en su proyecto?",
"¿Qué harías si accidentalmente enviaras un correo electrónico que contiene información confidencial a la persona equivocada?",
"¿Qué harías si te pidieran que cubras un error cometido por un compañero de trabajo?",
"¿Qué harías si te pidieran que hagas una presentación ante un grupo grande y te sientes muy ansioso?",
"¿Qué harías si estuvieras en una fiesta y alguien te ofreciera drogas?",
"¿Qué harías si estuvieras en una fiesta y alguien empezara una pelea?",
"¿Qué harías si estuvieras en una fiesta y ves a alguien tratando de aprovecharse de una persona borracha?",
"¿Qué harías si estuvieras conduciendo y ves a un peatón a punto de cruzar la calle, pero sabes que no puedes detenerte a tiempo?",
"¿Qué harías si estuvieras en una tienda llena de gente y ves a alguien tratando de robar algo?",
"¿Qué harías si estuvieras en una tienda llena de gente y ves a alguien siendo grosero con un empleado?",
"¿Qué harías si estuvieras en un restaurante y ves que el camarero trata mal a un cliente?",
"¿Qué harías si estuvieras en una sala de cine y alguien está hablando en voz alta durante la película?",
"¿Qué harías si estuvieras en un autobús o tren lleno de gente y alguien está ocupando más de un asiento?",
"¿Qué harías si estuvieras en casa de un amigo y te pide que lo ayudes a hacer trampa en un examen?",
"¿Qué harías si estuvieras en casa de un amigo y te pide que le guardes un secreto de sus padres?",
"¿Qué harías si estuvieras en casa de un amigo y te pide que hagas algo peligroso?",
"¿Qué harías si estuvieras en casa de un amigo y te pide que hagas algo que va en contra de tus valores?",
"¿Qué harías si estuvieras en casa de un amigo y te pide que pruebes una sustancia con la que no te sientes cómodo?",
"¿Qué harías si estuvieras en casa de un amigo y te pide que rompas una regla?",
"¿Qué harías si estuvieras en casa de un amigo y te pide que mientas por él?",
"¿Qué harías si estuvieras en casa de un amigo y te pide que cargues con la culpa de algo que hizo?",
"¿Qué harías si estuvieras en casa de un amigo y te pide que hagas algo ilegal?",
"¿Qué harías si estuvieras en casa de un amigo y te pide que hagas algo que pueda lastimar a alguien?",
"¿Qué harías si estuvieras en un lugar público y ves a alguien siendo intimidado?"
]
}
}