format fix
This commit is contained in:
parent
c8e0b7cb1d
commit
7e962accf6
@ -133,7 +133,7 @@ $@"🕔`[{prettyCurrentTime}]` **Message** 🚮 `#{e.Channel.Name}`
|
|||||||
return;
|
return;
|
||||||
await ch.SendMessage(
|
await ch.SendMessage(
|
||||||
$@"🕔`[{prettyCurrentTime}]` **Message** 📝 `#{e.Channel.Name}`
|
$@"🕔`[{prettyCurrentTime}]` **Message** 📝 `#{e.Channel.Name}`
|
||||||
👤`{e.User?.ToString() ?? ("NULL")}
|
👤`{e.User?.ToString() ?? ("NULL")}`
|
||||||
`Old:` {e.Before.Text}
|
`Old:` {e.Before.Text}
|
||||||
`New:` {e.After.Text}").ConfigureAwait(false);
|
`New:` {e.After.Text}").ConfigureAwait(false);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user