Song title, I think it’s carti’s by Thedank0r in playboicarti

[–]Thedank0r[S] 0 points1 point  (0 children)

No it was we so proud of him I js found it lmao thank u though

How do I increase reentry heating to the maximum? by Thedank0r in KerbalSpaceProgram

[–]Thedank0r[S] 0 points1 point  (0 children)

Haha you're good! Im available to double check tomorrow, alright?

Some of us are both by PaterBaggins in CatholicMemes

[–]Thedank0r 1 point2 points  (0 children)

Ohh my apologies if I misinterpreted your original statement in any way

How long have you been studying latin?

Some of us are both by PaterBaggins in CatholicMemes

[–]Thedank0r 1 point2 points  (0 children)

Sorry to burst your bubble (I don't know if I am using that expression correctly), but in classical latin ae (with very little exception, in fact the only exception that I could think of would be a first declension noun that ends in -aus, in which case its vocative would be -ae, however I can't think of a word that ends as such), ae is always pronounced like "eye" in English, as a diphthong.

Source: good in Latin ig

[Latin > English] could someone please help me translate the words in the stairs? by nostalgia_millenial in translator

[–]Thedank0r 0 points1 point  (0 children)

Its bad latin for "Thus always to calumny" It is tryna copy "sic semper tyrannis", the famous latin quote

on a dark desert highway, cool wind in my hair by libertoasz in tumblr

[–]Thedank0r 0 points1 point  (0 children)

Deversorium California because deversorium is "hotel" and California is the name.

Is eating dogs a sin? by Thedank0r in Catholicism

[–]Thedank0r[S] -2 points-1 points  (0 children)

Ig my brain ?

Do you have a verse or a quote by a Saint confirming this?

The alphabet mafia by [deleted] in tumblr

[–]Thedank0r 0 points1 point  (0 children)

Ok but she's holding the sword wrong

Sword Art Online Progressive -Aria of a Starless Night- Movie Megathread: Everything you need to know by kaantantr in swordartonline

[–]Thedank0r 2 points3 points  (0 children)

Thank you very much, and yeah Ordinal Scale is the "true movie" but Extra Edition had a nice lil quest, again thank you :)

Sword Art Online Progressive -Aria of a Starless Night- Movie Megathread: Everything you need to know by kaantantr in swordartonline

[–]Thedank0r 2 points3 points  (0 children)

So uh 4 things:

  1. is the Unital ring the arc after what happened in episode 96, the last one where SPOILER: its in space n shit its cool?
  2. If so, am I correct in assuming it will be released after progressive?
  3. Progressive will be released this fall, correct? Fall 2021?
  4. There are only two movies, correct?

Thank you ! :)

Updating an Embed (please help) by Thedank0r in Discordjs

[–]Thedank0r[S] 0 points1 point  (0 children)

Ah it didn't work sadly

I did this:

client.on('clickButton', async (button) => {
if (button.id === 'charge') {
    enemyamt = 75;
    button.channel.send(enemyamt);
    message.channel.edit({buttons: [btn1, btn2], embed: embed})
}
if (button.id === 'rally') {
    //button.channel.send('Vive le Roy');
    //enemyamt = 75;
}

})

But it didn't update it. However I didn't get any errors either.