8 lines
103 B
C#
8 lines
103 B
C#
namespace Discord
|
|
{
|
|
public interface IMentionable
|
|
{
|
|
string Mention { get; }
|
|
}
|
|
}
|