Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 1.31 KB

README.md

File metadata and controls

61 lines (40 loc) · 1.31 KB

Assyst Tags

Advanced tag scripts for Assyst bot.

Tags

Experiments API

By @Tolga1452

Setup

Replace the tag_name with the name of the tag you want to create here and send the message:

-t create tag_name {js:
{download:https://raw.githubusercontent.com/discordexperimenthub/assyst-tags/main/experiments-api.js}
experimentsAPI('tag_name');
}

Credits

  • API Creator: @sndctd
  • External Contributor: @WilsontheWolf

Experiment Rollout

By @Tolga1452

Setup

Replace the tag_name with the name of the tag you want to create here and send the message:

-t create tag_name {js: 
{download:https://raw.githubusercontent.com/discordexperimenthub/assyst-tags/main/experiment-rollout/index.js} 
experimentRollout('tag_name');
}

Timestamp

By @Tolga1452

Setup

Replace the tag_name with the name of the tag you want to create here and send the message:

-t create tag_name {js: 
{download:https://raw.githubusercontent.com/discordexperimenthub/assyst-tags/main/timestamp.js} 
timestamp('tag_name');
}