8. Discord Utility - zyro670/PokeViewer.NET GitHub Wiki

Create a Discord Bot and give it the following permissions:

  • Manage messages
  • Add Reactions
  • Add Attachments
  • Embeds

Upon adding your Bot Token for the first time, you will need to hit save and close the exe. Prefix can be changed at any time but make sure to click the save button to update.

Available Commands:

  • Ping: Pongs!
  • Help: Helps
  • AddSudo: Adds sudo user based on discord ID
  • RemoveSudo: Removes sudo user based on discord ID
  • TimeSkipFwd: Skips X hours forward if prerequisites are met
  • TimeSkipBwd: Skips X hours backward if prerequisites are met
  • Reopen: Closes and reopens the game of the connected switch
  • SaveGameSV: Performs a sequence of clicks to save the game in Scarlet/Violet
  • Sequence: Performs a user defined set of clicks Example: $sequence a,b,a,home,a 1000,1000,1000,1000,1000 -> click A, wait 1s, click B, wait 1s, click A, wait 1s, click HOME, wait 1s, click A
  • Peek: Takes a peek!
  • DumpBoxSlot: Dumps a PK file of the desired Box Slot
  • ClearBoxSlot: Deletes the desired Box Slot Pokémon IN GAME. If you are viewing the box currently you will need to refresh the box to see the change
  • ClearBox: Deletes the entire desired Box of Pokémon IN GAME
  • ReadBoxSlot: Reads the desired Box Slot and returns an embed of the data
  • ReadBox: Reads all Pokémon in the desired box and returns an embed of all the data
  • InjectBoxSlot: Injects a PK file into the desired Box Slot
  • Sleep: Puts the switch to sleep and closes the application
  • AddCustomSequence: You may create your own set of sequences to use and add them to a json file
  • RemoveCustomSequence: Removes a saved custom sequence from the json file
  • PerformCustomSequence: Performs the desired saved custom sequence
  • SequenceList: Lists all sequences saved in the json file