Skip to content

Commit f2ea540

Browse files
committed
Update username
1 parent 126d2c4 commit f2ea540

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+80
-80
lines changed

.github/FUNDING.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# These are supported funding model platforms
22

3-
github: Gorialis # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
3+
github: scarletcafe # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
44
patreon: # Replace with a single Patreon username
55
open_collective: # Replace with a single Open Collective username
6-
ko_fi: gorialis
6+
ko_fi: scarletcafe
77
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
88
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
99
liberapay: # Replace with a single Liberapay username

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# Temporary - remove me
4242
pip install aiohttp==3.9.0b0
4343
44-
pip install -U "${{ matrix.discord-py.PIP_TARGET }}" --extra-index-url https://gorialis.github.io/pip/
44+
pip install -U "${{ matrix.discord-py.PIP_TARGET }}" --extra-index-url https://scarletcafe.github.io/pip/
4545
pip install -U $(find requirements -name *.txt -print | sed -e 's/^/-r /' | tr '\n' ' ')
4646
4747
- name: Test from local directory
@@ -65,7 +65,7 @@ jobs:
6565
export tag_name="${GITHUB_REF##*/}"
6666
6767
# Substitute README assets with direct GitHub links
68-
sed -i'.original' -e "s/src=\".github\/assets/src=\"https:\/\/raw.githubusercontent.com\/Gorialis\/jishaku\/$(git rev-parse HEAD)\/.github\/assets/g" README.md
68+
sed -i'.original' -e "s/src=\".github\/assets/src=\"https:\/\/raw.githubusercontent.com\/scarletcafe\/jishaku\/$(git rev-parse HEAD)\/.github\/assets/g" README.md
6969
rm -f README.md.original
7070
7171
python ./setup.py sdist bdist_wheel

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 Devon (Gorialis) R
3+
Copyright (c) 2024 Devon (scarletcafe) R
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[![Python versions](https://img.shields.io/pypi/pyversions/jishaku.svg)](https://pypi.python.org/pypi/jishaku)
2-
[![License](https://img.shields.io/pypi/l/jishaku.svg)](https://github.com/Gorialis/jishaku/blob/master/LICENSE)
2+
[![License](https://img.shields.io/pypi/l/jishaku.svg)](https://github.com/scarletcafe/jishaku/blob/master/LICENSE)
33
[![Status](https://img.shields.io/pypi/status/jishaku.svg)](https://pypi.python.org/pypi/jishaku)
4-
[![Issues](https://img.shields.io/github/issues/Gorialis/jishaku.svg?colorB=3333ff)](https://github.com/Gorialis/jishaku/issues)
5-
[![Commit activity](https://img.shields.io/github/commit-activity/w/Gorialis/jishaku.svg)](https://github.com/Gorialis/jishaku/commits)
4+
[![Issues](https://img.shields.io/github/issues/scarletcafe/jishaku.svg?colorB=3333ff)](https://github.com/scarletcafe/jishaku/issues)
5+
[![Commit activity](https://img.shields.io/github/commit-activity/w/scarletcafe/jishaku.svg)](https://github.com/scarletcafe/jishaku/commits)
66

77
***
88

@@ -236,11 +236,11 @@ If you'd like to test the latest versions of jishaku, you can do so by downloadi
236236
237237
> From GitHub:
238238
> ```bash
239-
> pip install -U "jishaku @ git+https://github.com/Gorialis/jishaku@master"
239+
> pip install -U "jishaku @ git+https://github.com/scarletcafe/jishaku@master"
240240
> ```
241241
> From GitLab:
242242
> ```bash
243-
> pip install -U "jishaku @ git+https://gitlab.com/Gorialis/jishaku@master"
243+
> pip install -U "jishaku @ git+https://gitlab.com/scarletcafe/jishaku@master"
244244
> ```
245245
246246
Please note that the new 2020 dependency resolver now no longer discounts git package sources from reinstall prevention,
@@ -250,11 +250,11 @@ If you run into such a problem, you can force jishaku to be reinstalled like thi
250250
251251
> From GitHub:
252252
> ```bash
253-
> pip install -U --force-reinstall "jishaku @ git+https://github.com/Gorialis/jishaku@master"
253+
> pip install -U --force-reinstall "jishaku @ git+https://github.com/scarletcafe/jishaku@master"
254254
> ```
255255
> From GitLab:
256256
> ```bash
257-
> pip install -U --force-reinstall "jishaku @ git+https://gitlab.com/Gorialis/jishaku@master"
257+
> pip install -U --force-reinstall "jishaku @ git+https://gitlab.com/scarletcafe/jishaku@master"
258258
> ```
259259
260260
You **must** have installed jishaku with one of the commands above before doing this else you will probably end up with a broken installation.

create_dist_summary.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"""
55
MIT License
66
7-
Copyright (c) 2021 Devon (Gorialis) R
7+
Copyright (c) 2024 Devon (scarletcafe) R
88
99
Permission is hereby granted, free of charge, to any person obtaining a copy
1010
of this software and associated documentation files (the "Software"), to deal

docs/conf.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
from jishaku.meta import __version__
2323

2424
project = 'jishaku'
25-
copyright = '2021, Gorialis'
26-
author = 'Gorialis'
25+
copyright = '2021, Devon (scarletcafe) R'
26+
author = 'scarletcafe'
2727

2828
# The short X.Y version
2929
version = __version__
@@ -152,7 +152,7 @@
152152
# author, documentclass [howto, manual, or own class]).
153153
latex_documents = [
154154
(master_doc, 'jishaku.tex', 'jishaku Documentation',
155-
'Gorialis', 'manual'),
155+
'scarletcafe', 'manual'),
156156
]
157157

158158

docs/whatsnew.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Version 2.5.2
88

99
This version is a **backport release** to fix 3.12 and some other long-standing compatibility bugs.
1010

11-
This **does not** contain any new features from master - it is a special bug fix only release. You can see the exact changes by `comparing tags on GitHub <https://github.com/Gorialis/jishaku/compare/2.5.1...2.5.2>`_.
11+
This **does not** contain any new features from master - it is a special bug fix only release. You can see the exact changes by `comparing tags on GitHub <https://github.com/scarletcafe/jishaku/compare/2.5.1...2.5.2>`_.
1212

1313
Version 2.5.1
1414
-------------
@@ -135,7 +135,7 @@ A new implementation of PaginatorInterface has been created using Discord's inte
135135
It is available when using discord.py 2.0.0 or greater (currently alpha).
136136

137137
Jishaku will now avoid uploading files either when detecting the author is on mobile or through an explicit ``JISHAKU_FORCE_PAGINATOR`` switch.
138-
This is to better support mobile platforms that do not have inline file previews yet. (`PR #111 <https://github.com/Gorialis/jishaku/pull/111>`_).
138+
This is to better support mobile platforms that do not have inline file previews yet. (`PR #111 <https://github.com/scarletcafe/jishaku/pull/111>`_).
139139

140140
Humanize has been removed as a dependency. Selftest now uses Discord's own relative timestamp formatting markdown extension for timing,
141141
and pretty printing of memory usage has been implemented within the Feature itself.

jishaku/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
A discord.py extension including useful tools for bot development and debugging.
88
9-
:copyright: (c) 2021 Devon (Gorialis) R
9+
:copyright: (c) 2024 Devon (scarletcafe) R
1010
:license: MIT, see LICENSE for more details.
1111
1212
"""

jishaku/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
This is mostly intended to be a quick means to have a debuggable bot from a token.
1111
It can be used to perform manual administrative actions as the bot, or to test Jishaku itself.
1212
13-
:copyright: (c) 2021 Devon (Gorialis) R
13+
:copyright: (c) 2021 Devon (scarletcafe) R
1414
:license: MIT, see LICENSE for more details.
1515
1616
"""

jishaku/codeblocks.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
Converters for detecting and obtaining codeblock content
88
9-
:copyright: (c) 2021 Devon (Gorialis) R
9+
:copyright: (c) 2021 Devon (scarletcafe) R
1010
:license: MIT, see LICENSE for more details.
1111
1212
"""

jishaku/cog.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
The Jishaku debugging and diagnostics cog implementation.
88
9-
:copyright: (c) 2021 Devon (Gorialis) R
9+
:copyright: (c) 2021 Devon (scarletcafe) R
1010
:license: MIT, see LICENSE for more details.
1111
1212
"""

jishaku/exception_handling.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
Functions and classes for handling exceptions.
88
9-
:copyright: (c) 2021 Devon (Gorialis) R
9+
:copyright: (c) 2021 Devon (scarletcafe) R
1010
:license: MIT, see LICENSE for more details.
1111
1212
"""

jishaku/features/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
The namespace containing the Feature components that go into the final Jishaku cog class.
88
9-
:copyright: (c) 2021 Devon (Gorialis) R
9+
:copyright: (c) 2021 Devon (scarletcafe) R
1010
:license: MIT, see LICENSE for more details.
1111
1212
"""

jishaku/features/baseclass.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
The base Feature class that serves as the superclass of all feature components.
88
9-
:copyright: (c) 2021 Devon (Gorialis) R
9+
:copyright: (c) 2021 Devon (scarletcafe) R
1010
:license: MIT, see LICENSE for more details.
1111
1212
"""

jishaku/features/filesystem.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
The jishaku filesystem-related commands.
88
9-
:copyright: (c) 2021 Devon (Gorialis) R
9+
:copyright: (c) 2021 Devon (scarletcafe) R
1010
:license: MIT, see LICENSE for more details.
1111
1212
"""

jishaku/features/guild.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
The jishaku guild-related commands.
88
9-
:copyright: (c) 2021 Devon (Gorialis) R
9+
:copyright: (c) 2021 Devon (scarletcafe) R
1010
:license: MIT, see LICENSE for more details.
1111
1212
"""

jishaku/features/invocation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
The jishaku command invocation related commands.
88
9-
:copyright: (c) 2021 Devon (Gorialis) R
9+
:copyright: (c) 2021 Devon (scarletcafe) R
1010
:license: MIT, see LICENSE for more details.
1111
1212
"""

jishaku/features/management.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
The jishaku extension and bot control commands.
88
9-
:copyright: (c) 2021 Devon (Gorialis) R
9+
:copyright: (c) 2021 Devon (scarletcafe) R
1010
:license: MIT, see LICENSE for more details.
1111
1212
"""

jishaku/features/python.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
The jishaku Python evaluation/execution commands.
88
9-
:copyright: (c) 2021 Devon (Gorialis) R
9+
:copyright: (c) 2021 Devon (scarletcafe) R
1010
:license: MIT, see LICENSE for more details.
1111
1212
"""

jishaku/features/root_command.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
The jishaku root command.
88
9-
:copyright: (c) 2021 Devon (Gorialis) R
9+
:copyright: (c) 2021 Devon (scarletcafe) R
1010
:license: MIT, see LICENSE for more details.
1111
1212
"""

jishaku/features/shell.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
The jishaku shell commands.
88
9-
:copyright: (c) 2021 Devon (Gorialis) R
9+
:copyright: (c) 2021 Devon (scarletcafe) R
1010
:license: MIT, see LICENSE for more details.
1111
1212
"""

jishaku/features/sql.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
The jishaku SQL-related commands and utilities.
88
9-
:copyright: (c) 2021 Devon (Gorialis) R
9+
:copyright: (c) 2021 Devon (scarletcafe) R
1010
:license: MIT, see LICENSE for more details.
1111
1212
"""

jishaku/features/voice.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
The jishaku core voice-related commands.
88
9-
:copyright: (c) 2021 Devon (Gorialis) R
9+
:copyright: (c) 2021 Devon (scarletcafe) R
1010
:license: MIT, see LICENSE for more details.
1111
1212
"""

jishaku/features/youtube.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
The jishaku youtube-dl command.
88
9-
:copyright: (c) 2021 Devon (Gorialis) R
9+
:copyright: (c) 2021 Devon (scarletcafe) R
1010
:license: MIT, see LICENSE for more details.
1111
1212
"""

jishaku/flags.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
The Jishaku cog base, which contains most of the actual functionality of Jishaku.
88
9-
:copyright: (c) 2021 Devon (Gorialis) R
9+
:copyright: (c) 2021 Devon (scarletcafe) R
1010
:license: MIT, see LICENSE for more details.
1111
1212
"""

jishaku/formatting.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
Advanced formatting constructs
88
9-
:copyright: (c) 2021 Devon (Gorialis) R
9+
:copyright: (c) 2021 Devon (scarletcafe) R
1010
:license: MIT, see LICENSE for more details.
1111
1212
"""

jishaku/functools.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
Function-related tools for Jishaku.
88
9-
:copyright: (c) 2021 Devon (Gorialis) R
9+
:copyright: (c) 2021 Devon (scarletcafe) R
1010
:license: MIT, see LICENSE for more details.
1111
1212
"""

jishaku/help_command.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
HelpCommand subclasses with jishaku features
88
9-
:copyright: (c) 2021 Devon (Gorialis) R
9+
:copyright: (c) 2021 Devon (scarletcafe) R
1010
:license: MIT, see LICENSE for more details.
1111
1212
"""

jishaku/hljs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
Constants and functions related to syntax highlighting with highlight.js
88
9-
:copyright: (c) 2021 Devon (Gorialis) R
9+
:copyright: (c) 2021 Devon (scarletcafe) R
1010
:license: MIT, see LICENSE for more details.
1111
1212
"""

jishaku/math.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
Constants and functions related to math and statistical processing for jishaku
88
9-
:copyright: (c) 2021 Devon (Gorialis) R
9+
:copyright: (c) 2021 Devon (scarletcafe) R
1010
:license: MIT, see LICENSE for more details.
1111
1212
"""

jishaku/meta.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
Meta information about jishaku.
88
9-
:copyright: (c) 2021 Devon (Gorialis) R
9+
:copyright: (c) 2021 Devon (scarletcafe) R
1010
:license: MIT, see LICENSE for more details.
1111
1212
"""
@@ -35,8 +35,8 @@ class VersionInfo(typing.NamedTuple):
3535

3636
version_info = VersionInfo(major=2, minor=6, micro=0, releaselevel='final', serial=0)
3737

38-
__author__ = 'Gorialis'
39-
__copyright__ = 'Copyright 2021 Devon (Gorialis) R'
38+
__author__ = 'scarletcafe'
39+
__copyright__ = 'Copyright 2021 Devon (scarletcafe) R'
4040
__docformat__ = 'restructuredtext en'
4141
__license__ = 'MIT'
4242
__title__ = 'jishaku'

jishaku/models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
Functions for modifying or interfacing with discord.py models.
88
9-
:copyright: (c) 2021 Devon (Gorialis) R
9+
:copyright: (c) 2021 Devon (scarletcafe) R
1010
:license: MIT, see LICENSE for more details.
1111
1212
"""

jishaku/modules.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
Functions for managing and searching modules.
88
9-
:copyright: (c) 2021 Devon (Gorialis) R
9+
:copyright: (c) 2021 Devon (scarletcafe) R
1010
:license: MIT, see LICENSE for more details.
1111
1212
"""

jishaku/paginators.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
Paginator-related tools and interfaces for Jishaku.
88
9-
:copyright: (c) 2021 Devon (Gorialis) R
9+
:copyright: (c) 2021 Devon (scarletcafe) R
1010
:license: MIT, see LICENSE for more details.
1111
1212
"""

jishaku/repl/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
Repl-related operations and tools for Jishaku.
88
9-
:copyright: (c) 2021 Devon (Gorialis) R
9+
:copyright: (c) 2021 Devon (scarletcafe) R
1010
:license: MIT, see LICENSE for more details.
1111
1212
"""

jishaku/repl/compilation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
Constants, functions and classes related to classifying, compiling and executing Python code.
88
9-
:copyright: (c) 2021 Devon (Gorialis) R
9+
:copyright: (c) 2021 Devon (scarletcafe) R
1010
:license: MIT, see LICENSE for more details.
1111
1212
"""

0 commit comments

Comments
 (0)