Skip to content

Commit

Permalink
use app emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
classabbyamp committed Aug 10, 2024
1 parent 240ca09 commit 4c0f5ad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Changed
- Updated Pycord to 2.6.0.
- `run.sh` to respect the `VIRTUAL_ENV` environment variable.
- Use Discord application emojis.


## [2.9.2] - 2023-12-15
Expand Down
4 changes: 3 additions & 1 deletion info.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@


authors = ("@classabbyamp", "@0x5c.io")
description = """A bot with various useful ham radio-related functions, written in Python."""
description = """A bot with various useful ham radio-related functions, written in Python.
qrm is a <:miaowware_irl:678275824436379678> MiaowWare project."""
license = "Québec Free and Open-Source Licence – Strong Reciprocity (LiLiQ-R+), version 1.1"
contributing = """Check out the [source on GitHub](https://github.com/miaowware/qrm2). Contributions are welcome!
Expand Down
2 changes: 1 addition & 1 deletion templates/data/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
msg_reacts = {}

# A :pika: emote's ID, None for no emote :c
pika = 658733876176355338
pika = None

# Base URL to a deployment of rTeX, which performs LaTeX rendering.
rtex_instance = "https://rtex.probablyaweb.site/"

0 comments on commit 4c0f5ad

Please sign in to comment.