Sha256: a32b7843913a9c98be2540acc773bda082d609241b577bd5421ff63d36013377

Contents?: true

Size: 591 Bytes

Versions: 6

Compression:

Stored size: 591 Bytes

Contents

<!--
# @title CLI: discorb irb
-->

# discorb irb

This command will start an interactive Ruby shell with connected client.

## Usage

```
discorb irb [options]
```

### Load a token

discorb 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 `-t` 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

6 entries across 6 versions & 1 rubygems

Version Path
discorb-0.20.0 docs/cli/irb.md
discorb-0.19.0 docs/cli/irb.md
discorb-0.18.1 docs/cli/irb.md
discorb-0.18.0 docs/cli/irb.md
discorb-0.17.1 docs/cli/irb.md
discorb-0.17.0 docs/cli/irb.md