mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-16 16:29:02 -06:00
13 lines
186 B
C#
13 lines
186 B
C#
using System;
|
|
|
|
namespace Discord
|
|
{
|
|
public partial class ActivityManager
|
|
{
|
|
public void RegisterCommand()
|
|
{
|
|
RegisterCommand(null);
|
|
}
|
|
}
|
|
}
|