mirror of
https://github.com/MilkBarModding/MilkBarLauncher.git
synced 2025-06-16 12:11:01 +00:00
13 lines
186 B
C#
13 lines
186 B
C#
using System;
|
|
|
|
namespace Discord
|
|
{
|
|
public partial class ActivityManager
|
|
{
|
|
public void RegisterCommand()
|
|
{
|
|
RegisterCommand(null);
|
|
}
|
|
}
|
|
}
|