mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 04:10:59 -05:00
Add actual server name to info and notify if server is offline
This commit is contained in:
parent
38be6827a7
commit
d477e612cc
@ -231,7 +231,7 @@ export default {
|
|||||||
if (!FSserver2?.data) return console.log('FSserver2 failed - info')
|
if (!FSserver2?.data) return console.log('FSserver2 failed - info')
|
||||||
const DBURL = MPDB.findOne({where: {serverId: interaction.guildId}})
|
const DBURL = MPDB.findOne({where: {serverId: interaction.guildId}})
|
||||||
embed2.setDescription([
|
embed2.setDescription([
|
||||||
`**Server name**: \`Official Daggerwin Game Server\``,
|
`**Server name**: \`${FSserver2?.data.server.name.length == 0 ? '\u200b' : FSserver2?.data.server.name}\``,
|
||||||
'**Password:** `mf4700`',
|
'**Password:** `mf4700`',
|
||||||
'**Crossplay server**',
|
'**Crossplay server**',
|
||||||
`**Map:** ${FSserver2.data.server.mapName.length == 0 ? 'Null Island' : FSserver2.data.server.mapName}`,
|
`**Map:** ${FSserver2.data.server.mapName.length == 0 ? 'Null Island' : FSserver2.data.server.mapName}`,
|
||||||
@ -239,6 +239,9 @@ export default {
|
|||||||
'**Filters:** [Click here](https://discord.com/channels/468835415093411861/468835769092669461/926581585938120724)',
|
'**Filters:** [Click here](https://discord.com/channels/468835415093411861/468835769092669461/926581585938120724)',
|
||||||
'Please see <#543494084363288637> for additional information.'
|
'Please see <#543494084363288637> for additional information.'
|
||||||
].join('\n'));
|
].join('\n'));
|
||||||
|
if (FSserver2?.data.server.name.length == 0){
|
||||||
|
embed2.setFooter({text: 'Server is currently offline.'})
|
||||||
|
}
|
||||||
interaction.reply({embeds: [embed2]})
|
interaction.reply({embeds: [embed2]})
|
||||||
break;
|
break;
|
||||||
/* case 'series':
|
/* case 'series':
|
||||||
|
Loading…
Reference in New Issue
Block a user