1.1.8 • Published 3 years ago

ourcord v1.1.8

Weekly downloads
41
License
MIT
Repository
github
Last release
3 years ago

About

Ourcord is a new and alternative discord library for js that focuses on speed and simplicity while retaining low level functions of the discord API

npm npm npm npm

Table of Contents

Installation

npm i ourcord

That's it for installation 🎈

Usage

const { Client } = require("ourcord");
const client = new Client("your bot token here");
client.connect();

client.on("ready", () => {
  console.log("Client connected!");
});

Client Config </>

OptionTypeDefaultDescriptionOptional?
browserstringourcordSpecify the browser you want to connect via (can be anything)yes
devicestringourcordThe device you want to connect with (can be anything)yes
prefixstringnullSpecify the prefix for the botyes
cacheChannelsbooleanfalseWhether or not to cache channelsyes
cacheGuildsbooleanfalseWhether or not to cache guildsyes
cacheUsersbooleanfalseWhether or not to cache usersyes
cacheMembersbooleanfalseWhether or not to cache guild membersyes
activityobjectNo activityThe activity you want to appear on your client on connectyes
statusstringdndThe status you want your client to connect withyes

Links

Discord server
Examples


Collaborators

Dice

Matthew

Misly

Starman

Voltrex Master

null

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago