Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- const lib = require('lib')({token: process.env.STDLIB_SECRET_TOKEN});
- if (context.params.event.content.startsWith(`!help`))
- await lib.discord.channels['@0.1.2'].messages.create({
- channel_id: `${context.params.event.channel_id}`,
- content: '',
- tts: false,
- embeds: [
- {
- type: 'rich',
- title: `help `,
- description: `
- **my prefix in this server is \`!\`**
- **-economy-**
- createbank
- bal
- gamble
- give
- leader
- rob
- search
- work
- **-fun-**
- meme
- **-admin-**
- coming soon
- **-music-**
- setup
- `,
- color: 0x00ff80,
- },
- ],
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement