Bampersand
Version, currently 0.14.012 versions
- 0.17.1latestAug 7, 2019
- 0.17.0not indexedApr 18, 2020
- 0.16.0not indexedApr 18, 2020
- 0.14.1not indexedApr 18, 2020
- 0.14.0not indexedApr 18, 2020
- 0.13.1not indexedApr 18, 2020
- 0.13.0not indexedApr 18, 2020
- 0.12.2not indexedApr 18, 2020
- 0.12.1not indexedApr 18, 2020
- 0.12not indexedApr 18, 2020
- 0.11not indexedApr 18, 2020
- 0.10not indexedApr 18, 2020
github.com/deingithub/Bampersand
Mod/General Utility Bot for Discord.
Nothing has been indexed for 0.14.0 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.
Installation
# Add this to your shard.yml
dependencies:
Bampersand:
github: deingithub/Bampersand
version: ~> 0.14.0Then run:
shards installshard.yml
No shard.yml has been indexed for 0.14.0. You can read it on the repository.
Dependencies
Unknown: the shard.yml for this version has not been read yet.
README
This README is the one indexed from the repository at its latest ref, not from the tag for this version.
Bampersand
Simple Utility Bot for Discord written in Crystal and discordcr. See the project wiki for documentation.
Development
Adapt .env.example to your needs and rename it to .env. It's gitignored by default. Create a sqlite3 database called bampersand.sqlite3 with the following tables:
create table state (guild_id unsigned integer unique on conflict replace, features unsigned integer, mirror_in unsigned integer, mirror_out unsigned integer, board_emoji string, board_channel unsigned integer, board_min_reacts unsigned integer, join_channel unsigned integer, join_text string, leave_channel unsigned integer, leave_text string);create table board (source_message unsigned integer unique on conflict replace, board_message unsigned integer);create table tags (guild_id unsigned integer, name string, content string, constraint yikes unique (guild_id, name) on conflict replace);create table slowmodes (channel_id unsigned integer unique on conflict replace, secs unsigned integer);create table warnings (guild_id unsigned integer, user_id unsigned integer, mod_id unsigned integer, text string, timestamp date default current_timestamp);create table perms (guild_id unsigned integer unique on conflict replace, admin_id unsigned integer, moderator_id unsigned integer);create table killfile (guild_id unique on conflict replace);create table role_kiosks (message_id unsigned integer unique on conflict replace, data string);
Contributing
This project is located on Gitea and all commits are mirrored to GitLab and GitHub for discoverability and easier contributions. The issue tracker is exclusively on Gitea.
- Log in on Gitea using your favourite platform and fork or fork directly from your favourite platform.
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Please follow the guidelines in CONTRIBUTING.md.
Contributors
- deing - creator and maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.14.0- Tagged
- Apr 18, 2020
- Commit
7da3ace7a642- Indexed
- not yet
Dependents
No indexed shard depends on this one yet.
Repository
github.com/deingithub/Bampersand
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 15, 2026
- Synced
- Aug 15, 2026
- Versions
- 12