1.0.3 • Published 2 years ago

discord.zen v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Welcome To Discord.Zen

What is Discord.Zen? Well Discord.Zen is a powerful discord bot coding language fully inspired by discord.js!

What Is The Status Well The Status Is still Under Construction so its not fully working but here is a short code some stuff may not work correctly!

Code:

const DiscordZen = require('discord.zen');



const BOT_TOKEN = '';

const bot = new DiscordZen(BOT_TOKEN);


bot.login();



    console.log(`Successfully Logged In`)



bot.on('message', (message) => {
    if (message.content === '!!hi') {
      bot.sendMessage(message.channelId, 'hi');
    }
  });
1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago