You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code splits on a space. However, if you are using other delimiters like newlines (e.g. calling the announce), then recognizing
(1) the command
(2) the args
will not work as we don't take account of the newline delimiter.
Example:
The text was updated successfully, but these errors were encountered:
DataDrop/src/events/messageCreate.ts
Line 75 in 1b0315f
The code splits on a space. However, if you are using other delimiters like newlines (e.g. calling the
announce
), then recognizing(1) the command
(2) the args
will not work as we don't take account of the newline delimiter.
Example:
The text was updated successfully, but these errors were encountered: