mirror of
https://github.com/Ryubing/RyujinxHelper.git
synced 2025-05-13 02:30:36 +01:00
9 lines
No EOL
397 B
Smalltalk
9 lines
No EOL
397 B
Smalltalk
/*namespace RyuBot.Commands.Modules;
|
|
|
|
public partial class SettingsModule
|
|
{
|
|
[Command("Dump", "Dc")]
|
|
[Description("Dumps this guild's configuration to paste.greemdev.net in JSON format for getting support.")]
|
|
public async Task<ActionResult> DumpConfigurationAsync()
|
|
=> Ok($"{await HttpHelper.PostToGreemPasteAsync(Context.GuildData.ToString(), Context.Services, "json")}");
|
|
}*/ |