Skip to content

Commit

Permalink
Und Ping
Browse files Browse the repository at this point in the history
Signed-off-by: David <[email protected]>
  • Loading branch information
DavidCraftDev committed Oct 12, 2023
1 parent dfcec45 commit b9a7a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/ping.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
data: new SlashCommandBuilder()
.setName('ping')
.setDescription('Sendet die Zeit, die der Bot benötigt, um zu antworten.'),
async execute(interaction) {
async execute(interaction, client) {
await interaction.reply({
content: "Pong! **" + client.ws.ping + "ms**",
ephemeral: true,
Expand Down

0 comments on commit b9a7a2b

Please sign in to comment.