Skip to content

NorteX-dev/PrismaCord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8273b9a · Feb 17, 2023

History

68 Commits
Feb 17, 2023
Feb 17, 2023
Feb 17, 2023
May 6, 2022
Feb 17, 2023
May 6, 2022
May 17, 2022
May 10, 2022
May 7, 2022
May 5, 2022

Repository files navigation

PrismaCord

A fresh new way to build your Discord bots using JavaScript or Typescript.


Usage Example

const { PrismaClient } = require("prismacord");
const client = new PrismaClient({ intents: ["GUILDS", "GUILD_MESSAGES"] });

client.on("ready", () => {
  console.log("The bot is ready!");
});

client.connect(process.env.TOKEN);

Contributors

Contributing

  • Clone the repo: git clone <link pending>
  • Install dependencies using: yarn install
  • Run TypeScript compiler using tsc --watch or enable recompiling TS on changes in your IDE
  • Test the package using a test bot using yarn test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published