Due to the migration of the TBGs, development of Nihonium has ceased permanently.
All command names are case-insensitive.
nh!coin
Flips a coin and gives you the result.
nh!{dice|roll} num sides
Rolls num sides-sided dice, and gives you the result.
nh!{bot|botinfo}
Returns various statistics about the bot.
nh!help
Returns a list of the commands Nihonium supports.
nh!suggest *suggestion
Make a suggestion on what to add to Nihonium.
nh!threadInfo
Returns a list of various information about the thread the command was called in.
nh!text command filename *other
A set of subcommands for manipulating text files.
Commands:
read
Read the contents of the file. *other is unused.
write
Write to the file, overriding whatever was present before.
append
Append to the end of file. Adds no spacing. Due to the way it's implimented, creates the file if it doesn't already exist.
appendline
Acts like append, but adds a newline before *content.
insert
Insert *content into the file before the position specified by char.
create
Create the file if it doesn't already exist. *other is unused.
duplicate
Duplicate the file. The new file is named "copy_filename". *other is unused.
delete
Delete the file. *other is unused.
nh!{files|file} command filename *other
A set of subcommands for manipulating files.
Commands:
read
Read the contents of the file with a hex viewer. *other is unused.
list
List all files. *other and filename are both unused.
nh!estimate tID
Give an estimation on when a thread will be completed. Not available on some threads.
nh!{rolladice|rolldice} action
Roll a dice and gain (or lose, or steal) points. Exclusive to TGOHNRADFYASWH.
Actions:
roll
Roll a dice. Can only be used up to 5 times in one parse cycle.
{points|score|check}
Shows you how many points you have.
{scoreboard|leaderboard|scores}
Displays a scoreboard.
nh!{choose|choice} *options
Select from multiple choices. If you want to preserve spaces... try something other than U+0020 SPACE or U+00A0 NON-BREAKING SPACE?