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
Trim SlashCommandInfo.ToString() (
#346
)
Co-authored-by: TheStachelfisch <TheStachelfisch@users.noreply.github.com>
pull/1966/head
TheStachelfisch
GitHub
3 years ago
parent
3de7fc7d8e
commit
44614f29b1
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/Discord.Net.Interactions/Info/Commands/CommandInfo.cs
+ 1
- 1
src/Discord.Net.Interactions/Info/Commands/CommandInfo.cs
View File
@@ -241,7 +241,7 @@ namespace Discord.Interactions
}
builder.AppendFormat(" {0}", Name);
return builder.ToString();
return builder.ToString()
.Trim()
;
}
}
}
Write
Preview
Loading…
Cancel
Save