mirror of
https://github.com/miaowware/qrm2.git
synced 2025-05-29 04:42:26 -04:00
use app emojis
This commit is contained in:
parent
351692b96d
commit
b843282dac
@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
### Changed
|
### Changed
|
||||||
- Updated Pycord to 2.6.0.
|
- Updated Pycord to 2.6.0.
|
||||||
- `run.sh` to respect the `VIRTUAL_ENV` environment variable.
|
- `run.sh` to respect the `VIRTUAL_ENV` environment variable.
|
||||||
|
- Use Discord application emojis.
|
||||||
|
|
||||||
|
|
||||||
## [2.9.2] - 2023-12-15
|
## [2.9.2] - 2023-12-15
|
||||||
|
6
info.py
6
info.py
@ -8,7 +8,11 @@ SPDX-License-Identifier: LiLiQ-Rplus-1.1
|
|||||||
|
|
||||||
|
|
||||||
authors = ("@classabbyamp", "@0x5c.io")
|
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"
|
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!
|
contributing = """Check out the [source on GitHub](https://github.com/miaowware/qrm2). Contributions are welcome!
|
||||||
|
|
||||||
|
@ -89,7 +89,7 @@ show_help = False
|
|||||||
msg_reacts = {}
|
msg_reacts = {}
|
||||||
|
|
||||||
# A :pika: emote's ID, None for no emote :c
|
# A :pika: emote's ID, None for no emote :c
|
||||||
pika = 658733876176355338
|
pika = 1271888780340756651
|
||||||
|
|
||||||
# Base URL to a deployment of rTeX, which performs LaTeX rendering.
|
# Base URL to a deployment of rTeX, which performs LaTeX rendering.
|
||||||
rtex_instance = "https://rtex.probablyaweb.site/"
|
rtex_instance = "https://rtex.probablyaweb.site/"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user