Skip to content

Commit

Permalink
Small clean
Browse files Browse the repository at this point in the history
  • Loading branch information
berichan committed Aug 7, 2023
1 parent 2136504 commit f4a636e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Bot/OrderRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public void OrderInitializing(CrossBot routine, string msg)

public void OrderReady(CrossBot routine, string msg, string dodo)
{
Trader.SendMessageAsync($"I'm waiting for you {Trader.GlobalName}! {msg}. Your Dodo code is **{dodo}**");
Trader.SendMessageAsync($"I'm waiting for you {Trader.Mention}! {msg}. Your Dodo code is **{dodo}**");
}

public void OrderFinished(CrossBot routine, string msg)
Expand Down
2 changes: 1 addition & 1 deletion Discord/SysCord.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public SysCord(CrossBot bot)
{
// How much logging do you want to see?
LogLevel = LogSeverity.Info,
GatewayIntents = Guilds | GuildMessages | DirectMessages | GuildMembers | GuildPresences | MessageContent,
GatewayIntents = Guilds | GuildMessages | DirectMessages | GuildMembers | MessageContent,
// If you or another service needs to do anything with messages
// (eg. checking Reactions, checking the content of edited/deleted messages),
// you must set the MessageCacheSize. You may adjust the number as needed.
Expand Down

0 comments on commit f4a636e

Please sign in to comment.