add support for DMs
This commit is contained in:
parent
5a7d5f3467
commit
830458d5d2
3 changed files with 25 additions and 12 deletions
|
@ -230,7 +230,7 @@ export async function parseLog(s: string): Promise<EmbedBuilder | null> {
|
|||
const embed = new EmbedBuilder()
|
||||
.setTitle('pastebin.com detected')
|
||||
.setDescription(
|
||||
'Please use https://mclo.gs or another paste provider and send logs using the Log Upload feature in PolyMC. (See !log)'
|
||||
'Please use https://mclo.gs or another paste provider and send logs using the Log Upload feature in PolyMC. (See ?log)'
|
||||
)
|
||||
.setColor(COLORS.red);
|
||||
return embed;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue