Sha256: 440d0b98f40986cac18689b4a3df4c097342c99e9abaaa3a9419afeb761c097c

Contents?: true

Size: 591 Bytes

Versions: 4

Compression:

Stored size: 591 Bytes

Contents

# @title discord-irb

# discord-irb

discord-irb is a command line tool for interacting with the Discord API.


## Usage

```
$ bundle exec discord-irb
```

To start.

### Load a token

discord-irb will load a token from...
1. the `DISCORD_BOT_TOKEN` environment variable
2. the `DISCORD_TOKEN` environment variable
3. `token` file in the current directory(customizable with `-f` option)
4. your input

### Arguments

#### `-i`, `--intents`

Intents to use.
Specify intents with integers.

#### `-t`, `--token-file`

Token file to load.

### Variables

#### `message`

Last message received.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
discorb-0.2.4 docs/discord_irb.md
discorb-0.2.3 docs/discord_irb.md
discorb-0.2.1 docs/discord_irb.md
discorb-0.2.0 docs/discord_irb.md