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
By using quotation marks we can make it easier for users to separate arguments. Commands like !poll and !echo can benefit from this.
E.g. !echo 3 + 6 would output 9 where as !echo "3 + 6" would output 3 + 6
The text was updated successfully, but these errors were encountered:
By using quotation marks we can make it easier for users to separate arguments. Commands like
!poll
and!echo
can benefit from this.E.g.
!echo 3 + 6
would output9
where as!echo "3 + 6"
would output3 + 6
The text was updated successfully, but these errors were encountered: