fucker google
This commit is contained in:
parent
6f0def0d03
commit
16a9f80a6f
1 changed files with 2 additions and 2 deletions
|
@ -132,7 +132,7 @@ public class DiscordCommands : ApplicationCommandModule
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
await vm.cvm.Reboot();
|
await vm.cvm.Reboot();
|
||||||
await ctx.CreateResponseAsync($"Successfully rebooted {vm}");
|
await ctx.CreateResponseAsync($"Successfully rebooted {vm.Config.Name}");
|
||||||
}
|
}
|
||||||
|
|
||||||
[SlashCommand("restore", "Restore a VM")]
|
[SlashCommand("restore", "Restore a VM")]
|
||||||
|
@ -152,7 +152,7 @@ public class DiscordCommands : ApplicationCommandModule
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
await vm.cvm.Restore();
|
await vm.cvm.Restore();
|
||||||
await ctx.CreateResponseAsync($"Successfully restored {vm}");
|
await ctx.CreateResponseAsync($"Successfully restored {vm.Config.Name}");
|
||||||
}
|
}
|
||||||
|
|
||||||
[SlashCommand("getip", "Get the IP address of a user")]
|
[SlashCommand("getip", "Get the IP address of a user")]
|
||||||
|
|
Loading…
Reference in a new issue