discord.lib
0.6.7
0.6.7
  • discord.lib Official Documentation
  • Credits
  • package
  • Packages
  • Premium Info
  • classes
    • message
    • login
    • joinMessage
    • Complete Examples
    • leaveMessage
    • serverGreeting
    • Attachments
    • sharding
    • Typings
    • exampleBot
    • kick
    • ban
    • webhookClient
    • musicClient
  • Interacting with discord.lib's client
    • client
    • bot activities
    • Do servercount in commands
    • Discord
  • guides
    • MusicClient Guide
  • Deprecated
    • userClient
    • Webhook
    • embed
Powered by GitBook
On this page

Was this helpful?

  1. classes

Complete Examples

A powerful discord bot making library to help you make discord bots. Super easy, 100 percent discord api coverage, and more! Discord.lib also allows you to interact with discord.js.

const dl = require("discord.lib");

dl.sendMessage("A_help", "Help command!")
dl.sendMessage("A_ping", "pong!")
dl.embed("embed", "Test", "yo!", "#C70039")
dl.musicClient("prefix", "ytapikey")
dl.joinMessage("633412217844269046", "Welcome!")
dl.login("token", "I am the best bot!")
PreviousjoinMessageNextleaveMessage

Last updated 5 years ago

Was this helpful?