Added Mention.Everyone
This commit is contained in:
@@ -18,5 +18,9 @@
|
|||||||
/// <summary> Returns the string used to create a channel mention. </summary>
|
/// <summary> Returns the string used to create a channel mention. </summary>
|
||||||
public static string Channel(string channelId)
|
public static string Channel(string channelId)
|
||||||
=> $"<#{channelId}>";
|
=> $"<#{channelId}>";
|
||||||
|
|
||||||
|
/// <summary> Returns the string used to create a channel mention. </summary>
|
||||||
|
public static string Everyone()
|
||||||
|
=> $"@everyone";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user