This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
youys
/
Discord.Net
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
34
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Added Mention.Everyone
pull/6/head
RogueException
9 years ago
parent
712ac2343a
commit
942f59c817
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
src/Discord.Net/Helpers/Mention.cs
+ 4
- 0
src/Discord.Net/Helpers/Mention.cs
View File
@@ -18,5 +18,9 @@
/// <summary> Returns the string used to create a channel mention. </summary>
public static string Channel(string channelId)
=> $"<#{channelId}>";
/// <summary> Returns the string used to create a channel mention. </summary>
public static string Everyone()
=> $"@everyone";
}
}
Write
Preview
Loading…
Cancel
Save