bottyclient icon indicating copy to clipboard operation
bottyclient copied to clipboard

Make a new line using \n

Open Nguyenwasd72 opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. Maybe

Describe the solution you'd like Replace "\n" to a new line

Describe alternatives you've considered

// for function "send" (line 293)
await client.channels.cache.get(channel).send(msg.replace(/\\n/g, "\n"))
// for function "senddm" (line 308)
await client.users.cache.find(u => u.id === dm).send(msg.replace(/\\n/g, "\n"))

Additional context src i think

Credit Do you want to be credited: Yes: Name: KNguyen#8442

Nguyenwasd72 avatar Aug 27 '22 10:08 Nguyenwasd72