Skip to content

Instantly share code, notes, and snippets.

@mkosler
Created November 19, 2020 17:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mkosler/eaa4c16fd03161dbbcbd201dfd662ff7 to your computer and use it in GitHub Desktop.
Save mkosler/eaa4c16fd03161dbbcbd201dfd662ff7 to your computer and use it in GitHub Desktop.
Nightbot variable dice roll
!commands edit !roll $(eval var c = isNaN(parseInt(`$(query)`)) ? 20 : parseInt(`$(query)`); `d${c}: ${Math.floor(Math.random() * c) + 1}`)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment