Awing
Awing
DIAdiscord.js - Imagine an app
Created by Awing on 11/5/2023 in #djs-questions
Bot on dynamic ip address
Can my bot run continuously if my ip address changes ?
4 replies
DIAdiscord.js - Imagine an app
Created by Awing on 7/2/2023 in #djs-questions
Weird colorfull error while constructing embeds (djs14)
I'm trying to build some embeds from json data, but some verifications error about empty strings appear, here is the data:
{
id: 3,
nom: 'venesie',
revenuVille: 13,
revenuCommerce: 270,
revenuDiplomatique: 0,
revenuBonus: 5,
entretienBati: 145,
coutEntretien: 0,
budget: 148,
depense: 0,
culture: 0,
gainCulture: 0,
religion: 15,
gainReligion: 5,
merveille: '',
conscrit: 0,
barbare: 0,
piquier: 0,
legion: 0,
fantassin: 0,
archers: 0,
tours: 0,
trebuchet: 0,
belier: 0,
echelle: 0,
autre: 0,
trireme: 0,
transport: 0,
type: 'légion',
entretienAutre: 0,
tiers1: 10,
tiers2: 0,
tiers3: 1,
tiers4: 0,
tiers5: 0
}
{
id: 3,
nom: 'venesie',
revenuVille: 13,
revenuCommerce: 270,
revenuDiplomatique: 0,
revenuBonus: 5,
entretienBati: 145,
coutEntretien: 0,
budget: 148,
depense: 0,
culture: 0,
gainCulture: 0,
religion: 15,
gainReligion: 5,
merveille: '',
conscrit: 0,
barbare: 0,
piquier: 0,
legion: 0,
fantassin: 0,
archers: 0,
tours: 0,
trebuchet: 0,
belier: 0,
echelle: 0,
autre: 0,
trireme: 0,
transport: 0,
type: 'légion',
entretienAutre: 0,
tiers1: 10,
tiers2: 0,
tiers3: 1,
tiers4: 0,
tiers5: 0
}
8 replies