mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-16 17:39:03 -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);
|
|||
|
}
|
|||
|
}
|
|||
|
}
|