Skip to content

🧂Salt is a Discord autmod library for the new Discord automod creation feature!

License

Notifications You must be signed in to change notification settings

antibot-team/salt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧂 salt

🧂Salt is a Discord autmod library for the new Discord automod creation feature!

Docs

https://salt.antibot.xyz

const { Salt } = require("@antibot/salt");
const salted = new Salt("Discord Bot Token");
const util = require("util");

const main = async () => {
  console.log(await salted.automod.getRules("GuildID")).then((data) => {
    console.log(util.inspect(data, false, null, true));
  });
};

main().catch((e) => {
  console.log(util.inspect(e, false, null, true));
});

About

🧂Salt is a Discord autmod library for the new Discord automod creation feature!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published