.setDescription('Currently being integrated. Outputs a XKCD valid random number.'),
asyncexecute(interaction){
constxkcdRandomNumber=4;
awaitinteraction.reply({content:`${interaction.client.user.tag} - Integration test of RTD command: XKCD random number is ${xkcdRandomNumber}.\nThis number is chosen by a fair dice roll and guaranteed to be random.\nSee <https://xkcd.com/221/>`,ephemeral:false});