This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
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
add ToString to MessageApplication
pull/1165/head
Chris Johnston
7 years ago
parent
3d8654118e
commit
a7bf88c7d1
1 changed files
with
3 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
src/Discord.Net.Core/Entities/Messages/MessageApplication.cs
+ 3
- 0
src/Discord.Net.Core/Entities/Messages/MessageApplication.cs
View File
@@ -33,5 +33,8 @@ namespace Discord
private string DebuggerDisplay
private string DebuggerDisplay
=> $"{Name} ({Id}): {Description}";
=> $"{Name} ({Id}): {Description}";
public override string ToString()
=> DebuggerDisplay;
}
}
}
}
Write
Preview
Loading…
Cancel
Save