Skip to content

This bot features on Cipher Hub Discord channel (Not Active)

Notifications You must be signed in to change notification settings

065rsh/DiscordBotJarvis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

J.A.R.V.I.S. (Just A Rather Very Intelligent System)

Features on Cipher Hub Discord Community to have interactive introductory session with the User

Some useful code blocks for bot.js

  Only the codes which are not available in the documentation.

  • Fetch data from another local JSON file
const fs = require('fs');
let replies = JSON.parse(fs.readFileSync('replies.json'));
  • Send DM to new guild member
client.users.get(member.id).send(`Hi ${member.user.username}, ${replies.new_member}`);
  • Write member name without '@'
${member.author.username}

About

This bot features on Cipher Hub Discord channel (Not Active)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published